IPixelsMap class
IPixelsMap class
Represents a map of pixel data.
The IPixelsMap type exposes the following members:
Properties
Property | Description |
---|---|
color_values | Gets the color values of the pixels. |
alpha_values | Gets 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_pixels | Gets a value indicating whether the pixel map has transparent pixels. |
color_space | Gets the color space or color model of the pixel map. See IPixelsMap.color_space . |
bits_per_component | Gets the number of bits per color component in the pixel map. |
See Also
- module
aspose.svg.drawing