public final class SvgColorMode
extends com.aspose.ms.System.Enum
Сolor mode for SVG images.
Modifier and Type | Field and Description |
---|---|
static int |
Cmyk
CMYK image.
|
static int |
Grayscale
The Grayscale image.
|
static int |
Rgb
The RGB Color mode.
|
static int |
YCbCr
YCbCr image, standard option for SVG images.
|
static int |
Ycck
The YCCK color image.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Grayscale
The Grayscale image.
public static final int YCbCr
YCbCr image, standard option for SVG images.
public static final int Cmyk
CMYK image.
public static final int Ycck
The YCCK color image.
public static final int Rgb
The RGB Color mode.