Enum ColorSpaceEnum
Namespace: Dapplo.Windows.Gdi32.Enums
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public enum ColorSpaceEnum : uint
Fields
Name | Description |
---|---|
LCS_CALIBRATED_RGB | Color values are calibrated red green blue (RGB) values. |
LCS_GM_ABS_COLORIMETRIC | Maintains the white point. Matches the colors to their nearest color in the destination gamut. |
LCS_GM_BUSINESS | Maintains saturation. Used for business charts and other situations in which undithered colors are required. |
LCS_GM_GRAPHICS | Maintains colorimetric match. Used for graphic designs and named colors. |
LCS_GM_IMAGES | Maintains contrast. Used for photographs and natural images. |
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. |
PROFILE_EMBEDDED | This value indicates that bV5ProfileData points to a memory buffer that contains the profile to be used (gamma and endpoints values are ignored). |
PROFILE_LINKED | This value indicates that bV5ProfileData points to the file name of the profile to use (gamma and endpoints values are ignored). |