pixels library

Classes

EditablePixelImage
A PixelImage that can be manipulated using the PixelImageController.
PixelColorPicker
A PixelPalette color picker. It can be displayed vertically or horizontally depending on the direction.
PixelEditor
A pixel editor widget where the colors and dimensions are specified in the controller. Whenver a pixel is set, onSetPixel is called. The pixel editor displays a pixel editing area and a palette where colors can be choosen.
PixelImage
Displays a pixellated image using the data provided in pixels, where each byte is mapped to a color in the palette. The numer of horizontal and vertical pixels are defined by width and height.
PixelImageController
Controller for an EditablePixelImage. Use it to listen to taps on the image or to set or replace pixels in the image.
PixelPalette
An indexed palette where each index of the colors list represents a color.
PixelTapDetails
Provides details about a tapped pixel on an EditablePixelImage.
SetPixelDetails
Details of a newly set pixel.