WmfLogicalColorSpaceEnum Enumeration
The LogicalColorSpace Enumeration specifies the type of color space.
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfLogicalColorSpaceEnum
Members
Member name | Description |
---|---|
LCS_CALIBRATED_RGB | Color values are calibrated red green blue (RGB) values. |
LCS_S_RGB | 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. |