ColorSpace

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ColorSpace extends System.Enum

The color spaces enumeration.

Fields

FieldDescription
DeviceRGBThe device-dependent RGB color space.
DeviceCMYKThe device-dependent CMYK color space.
DeviceGrayThe device-dependent gray color space.

DeviceRGB

public static final int DeviceRGB

The device-dependent RGB color space.

DeviceCMYK

public static final int DeviceCMYK

The device-dependent CMYK color space.

DeviceGray

public static final int DeviceGray

The device-dependent gray color space.