IPixelsMap Interface
Contents
[
Hide
]IPixelsMap interface
Represents a map of pixel data.
public interface IPixelsMap
Properties
Name | Description |
---|---|
AlphaValues { get; } | 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. |
BitsPerComponent { get; } | Gets the number of bits per color component in the pixel map. |
ColorSpace { get; } | Gets the color space or color model of the pixel map. See ColorSpace . |
ColorValues { get; } | Gets the color values of the pixels. |
HasTransparentPixels { get; } | Gets a value indicating whether the pixel map has transparent pixels. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG