Enum WmfLogicalColorSpaceEnum
WmfLogicalColorSpaceEnum enumeration
The LogicalColorSpace Enumeration specifies the type of color space.
public enum WmfLogicalColorSpaceEnum
Values
Name | Value | Description |
---|---|---|
LCS_CALIBRATED_RGB | 0 | Color values are calibrated red green blue (RGB) values. |
LCS_sRGB | 1934772034 | The value is an encoding of the ASCII characters “sRGB”, and it indicates that the color values are sRGB values. |
LCS_WINDOWS_COLOR_SPACE | 1466527264 | 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. |
See Also
- namespace Aspose.Imaging.FileFormats.Wmf.Consts
- assembly Aspose.Imaging