Farbmodelle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ColorModels extends System.Enum
Farbmodelle.
Felder
| Feld | Beschreibung |
|---|---|
| Invalid | Ungültiges Farbmodell. |
| Pantone | PANTONE-Palette. |
| CMYK | CMYK-Farbmodell, dargestellt in 0‑100‑Byte‑Bereichen. |
| CMYK255 | CMYK-Farbmodell, dargestellt in 0‑255‑Byte‑Bereichen. |
| CMY | CMY-Farbmodell. |
| RGB | RGM-Farbmodell. |
| HSB | HSB-Farbmodell. |
| HLS | HLS-Farbmodell. |
| BW | Schwarz‑ und Weißfarben. |
| Gray | Graustufen-Farbmodell. |
| YIQ255 | YIQ-Farbmodell, dargestellt in 0‑255‑Byte‑Bereichen. |
| LAB | Lab-Farbmodell. |
| BGR | Das Farbmodell BGR |
| LAB255 | Lab-Farbmodell LAB255. |
Invalid
public static final int Invalid
Ungültiges Farbmodell.
Pantone
public static final int Pantone
PANTONE-Palette.
CMYK
public static final int CMYK
CMYK-Farbmodell, dargestellt in 0‑100‑Byte‑Bereichen.
CMYK255
public static final int CMYK255
CMYK-Farbmodell, dargestellt in 0‑255‑Byte‑Bereichen.
CMY
public static final int CMY
CMY-Farbmodell.
RGB
public static final int RGB
RGM-Farbmodell.
HSB
public static final int HSB
HSB-Farbmodell.
HLS
public static final int HLS
HLS-Farbmodell.
BW
public static final int BW
Schwarz‑ und Weißfarben.
Gray
public static final int Gray
Graustufen-Farbmodell.
YIQ255
public static final int YIQ255
YIQ-Farbmodell, dargestellt in 0‑255‑Byte‑Bereichen.
LAB
public static final int LAB
Lab-Farbmodell.
BGR
public static final int BGR
Das Farbmodell BGR
LAB255
public static final int LAB255
Lab-Farbmodell LAB255.