Enum WmfLogicalColorSpaceEnum
Enum WmfLogicalColorSpaceEnum
Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The LogicalColorSpace Enumeration specifies the type of color space.
public enum WmfLogicalColorSpaceEnum
Fields
LCS_CALIBRATED_RGB = 0
Color values are calibrated red green blue (RGB) 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.
LCS_sRGB = 1934772034
The value is an encoding of the ASCII characters “sRGB”, and it indicates that the color values are sRGB values.