Table of Contents

Enum SvgColorMode

Namespace
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly
Aspose.CAD.dll

Сolor mode for SVG images.

public enum SvgColorMode

Fields

Cmyk = 2

CMYK image.

Grayscale = 0

The Grayscale image.

Rgb = 4

The RGB Color mode.

YCbCr = 1

YCbCr image, standard option for SVG images.

Ycck = 3

The YCCK color image.