SvgColorMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SvgColorMode extends System.Enum
\u0421olor mode for SVG images.
الحقول
| حقل | الوصف |
|---|---|
| Grayscale | الصورة بتدرج الرمادي. |
| YCbCr | صورة YCbCr، الخيار القياسي لصور SVG. |
| Cmyk | صورة CMYK. |
| Ycck | صورة YCCK اللونية. |
| Rgb | وضع اللون RGB. |
Grayscale
public static final int Grayscale
الصورة بتدرج الرمادي.
YCbCr
public static final int YCbCr
صورة YCbCr، الخيار القياسي لصور SVG.
Cmyk
public static final int Cmyk
صورة CMYK.
Ycck
public static final int Ycck
صورة YCCK اللونية.
Rgb
public static final int Rgb
وضع اللون RGB.