Enum SvgColorMode
SvgColorMode enumeration
Сolor mode for SVG images.
public enum SvgColorMode
Values
| Name | Value | Description |
|---|---|---|
| Grayscale | 0 | The Grayscale image. |
| YCbCr | 1 | YCbCr image, standard option for SVG images. |
| Cmyk | 2 | CMYK image. |
| Ycck | 3 | The YCCK color image. |
| Rgb | 4 | The RGB Color mode. |
See Also
- namespace Aspose.Imaging.FileFormats.Svg
- assembly Aspose.Imaging