SvgColorMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SvgColorMode extends System.Enum
\u0421olor mode pour les images SVG.
Champs
| Champ | Description |
|---|---|
| Grayscale | L’image en niveaux de gris. |
| YCbCr | Image YCbCr, option standard pour les images SVG. |
| Cmyk | Image CMYK. |
| Ycck | L’image couleur YCCK. |
| Rgb | Le mode couleur RGB. |
Grayscale
public static final int Grayscale
L’image en niveaux de gris.
YCbCr
public static final int YCbCr
Image YCbCr, option standard pour les images SVG.
Cmyk
public static final int Cmyk
Image CMYK.
Ycck
public static final int Ycck
L’image couleur YCCK.
Rgb
public static final int Rgb
Le mode couleur RGB.