WmfLogicalColorSpaceEnum

WmfLogicalColorSpaceEnum enumeration

The LogicalColorSpace Enumeration specifies the type of color space.

public enum WmfLogicalColorSpaceEnum

Values

NameValueDescription
LCS_CALIBRATED_RGB0Color values are calibrated red green blue (RGB) values.
LCS_sRGB1934772034The value is an encoding of the ASCII characters “sRGB”, and it indicates that the color values are sRGB values.
LCS_WINDOWS_COLOR_SPACE1466527264The 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