IPixelsMap class

IPixelsMap class

Represents a map of pixel data.

The IPixelsMap type exposes the following members:

Properties

PropertyDescription
color_valuesGets the color values of the pixels.
alpha_valuesGets the alpha values of the pixels, if applicable.
If the pixel map does not support an alpha channel, this should return an empty array.
has_transparent_pixelsGets a value indicating whether the pixel map has transparent pixels.
color_spaceGets the color space or color model of the pixel map. See IPixelsMap.color_space.
bits_per_componentGets the number of bits per color component in the pixel map.

See Also