WmfLogicalColorSpaceEnum
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfLogicalColorSpaceEnum extends System.Enum
The LogicalColorSpace Enumeration specifies the type of color space.
Fields
Field | Description |
---|---|
LCS_CALIBRATED_RGB | Color values are calibrated red green blue (RGB) values. |
LCS_sRGB | The value is an encoding of the ASCII characters “sRGB”, and it indicates that the color values are sRGB values. |
LCS_WINDOWS_COLOR_SPACE | The value is an encoding of the ASCII characters “Win “, including the trailing space, and it indicates that the color values are Windows default color space values. |
LCS_CALIBRATED_RGB
public static final int LCS_CALIBRATED_RGB
Color values are calibrated red green blue (RGB) values.
LCS_sRGB
public static final int LCS_sRGB
The value is an encoding of the ASCII characters “sRGB”, and it indicates that the color values are sRGB values.
LCS_WINDOWS_COLOR_SPACE
public static final int LCS_WINDOWS_COLOR_SPACE
The value is an encoding of the ASCII characters “Win “, including the trailing space, and it indicates that the color values are Windows default color space values.