PixelMapFeature
data class PixelMapFeature<T : Any>(val space: CoordinateSpace<T>, val rectangle: Rectangle<T>, val pixelMap: Structure2D<Color?>, val attributes: Attributes = Attributes.EMPTY) : Feature<T>
A pixel map representation on the map/scheme. rectangle describes the boundary of the pixel map. pixelMap contained indexed color of pixels. Minimal indices correspond to bottom-left corner of the rectangle. Maximal indices - top-right.
Constructors
Link copied to clipboard
constructor(space: CoordinateSpace<T>, rectangle: Rectangle<T>, pixelMap: Structure2D<Color?>, attributes: Attributes = Attributes.EMPTY)