Lcs |
public enum LcsCsType
| Member name | Value | Description |
|---|---|---|
| LCS_CALIBRATED_RGB | 0 | Calibrated RGB color space. |
| PROFILE_LINKED | 3 | Linked profile. |
| PROFILE_EMBEDDED | 4 | Embedded profile. |
| LCS_WINDOWS_COLOR_SPACE | 544,106,839 | Windows default color space. |
| LCS_SRGB | 1,111,970,418 | sRGB color space. |
The LcsCsType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |