Enum SvgColorMode

Enum SvgColorMode

Navne til: Aspose.Imaging.FileFormats.Svg Sammensætning: Aspose.Imaging.dll (25.4.0)

Solmodus til SVG billeder.

public enum SvgColorMode

Fields

Cmyk = 2

Det CMYK billede.

Grayscale = 0

Det grayscale billede.

Rgb = 4

Det er RGB Color Mode.

YCbCr = 1

YCbCr image, standardindstilling for SVG billeder.

Ycck = 3

Den YCCK farve billede.

 Dansk