ColorModels
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ColorModels extends System.Enum
Färgmodeller.
Fält
| Fält | Beskrivning |
|---|---|
| Invalid | Ogiltig färgmodell. |
| Pantone | PANTONE-palett. |
| CMYK | CMYK-färgmodell, representerad i 0‑100 byteintervall. |
| CMYK255 | CMYK-färgmodell, representerad i 0‑255 byteintervall. |
| CMY | CMY-färgmodell. |
| RGB | RGM-färgmodell. |
| HSB | HSB-färgmodell. |
| HLS | HLS-färgmodell. |
| BW | Svarta och vita färger. |
| Gray | Gråskala-färgmodell. |
| YIQ255 | YIQ-färgmodell, representerad i 0‑255 byteintervall. |
| LAB | Lab-färgmodell. |
| BGR | Färgmodellen BGR |
| LAB255 | Lab-färgmodell LAB255. |
Invalid
public static final int Invalid
Ogiltig färgmodell.
Pantone
public static final int Pantone
PANTONE-palett.
CMYK
public static final int CMYK
CMYK-färgmodell, representerad i 0‑100 byteintervall.
CMYK255
public static final int CMYK255
CMYK-färgmodell, representerad i 0‑255 byteintervall.
CMY
public static final int CMY
CMY-färgmodell.
RGB
public static final int RGB
RGM-färgmodell.
HSB
public static final int HSB
HSB-färgmodell.
HLS
public static final int HLS
HLS-färgmodell.
BW
public static final int BW
Svarta och vita färger.
Gray
public static final int Gray
Gråskala-färgmodell.
YIQ255
public static final int YIQ255
YIQ-färgmodell, representerad i 0‑255 byteintervall.
LAB
public static final int LAB
Lab-färgmodell.
BGR
public static final int BGR
Färgmodellen BGR
LAB255
public static final int LAB255
Lab-färgmodell LAB255.