SKColorSpaceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
The various types of color sapces.
public enum SKColorSpaceType
[System.Obsolete]
public enum SKColorSpaceType
- Inheritance
-
SKColorSpaceType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Rgb | 0 | The RGB color space. |
Cmyk | 1 | The CMYK color space. |
Gray | 2 | The gray color space. |