ColorSpace Enum
ColorSpace enumeration
Specifies the color space or color model used in a pixel map IPixelsMap
.
public enum ColorSpace
Values
Name | Value | Description |
---|---|---|
Rgb | 0 | The RGB color space. |
Indexed | 1 | An indexed color space. |
GrayScale | 2 | A grayscale color space. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG