SvgColorMode

SvgColorMode enumeration

Сolor mode for SVG images.

public enum SvgColorMode

Values

NameValueDescription
Grayscale0The Grayscale image.
YCbCr1YCbCr image, standard option for SVG images.
Cmyk2CMYK image.
Ycck3The YCCK color image.
Rgb4The RGB Color mode.

See Also