ColorType
Overview
ColorType is a enum in Aspose.PDF FOSS for Java.
Classification of the dominant colour content of a {@link Page} — used by {@link Page#getColorType()} to answer “is this page colour, grayscale, or black-and-white?”.
This enumeration defines 4 values: Rgb, Grayscale, BlackAndWhite, Undefined.
Values
| Value | Description |
|---|---|
Rgb | |
Grayscale | |
BlackAndWhite | |
Undefined |