ColorMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ColorMode extends System.Enum
Der Farbmodus des Bildes.
Felder
| Feld | Beschreibung |
|---|---|
| BlackAndWhite | Binäres Bild: Es werden nur Schwarz‑ und Weißtöne verwendet. |
| GrayScale | Graustufenbild |
| Normal | Vollfarbbild |
BlackAndWhite
public static final int BlackAndWhite
Binäres Bild: Es werden nur Schwarz‑ und Weißtöne verwendet.
GrayScale
public static final int GrayScale
Graustufenbild
Normal
public static final int Normal
Vollfarbbild