Lcs |
[FlagsAttribute] public enum LcsIntent
| Member name | Value | Description |
|---|---|---|
| LCS_GM_BUSINESS | 1 | Business rendering intent. |
| LCS_GM_GRAPHICS | 2 | Graphics rendering intent. |
| LCS_GM_IMAGES | 4 | Images rendering intent. |
| LCS_GM_ABS_COLORIMETRIC | 8 | Absolute colorimetric rendering intent. |
The LcsIntent 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) |