SKEncodedInfoColor 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.
The various color formats used by a SKEncodedInfo.
public enum SKEncodedInfoColor
- Inheritance
-
SKEncodedInfoColor
Fields
Name | Value | Description |
---|---|---|
Gray | 0 | The color format is grayscale, without transparency. Typically found in PNG and WBMP. |
GrayAlpha | 1 | The color format is grayscale, with transparency. Typically found in PNG. |
Palette | 2 | The color format is palette based. Typically found in PNG, GIF and BMP. |
Rgb | 3 | The color format is RGB, without transparency. Typically found in PNG and RAW. |
Rgba | 4 | The color format is RGBA, with transparency. Typically found in PNG and RAW. |
Bgr | 5 | The color format is BGR, without transparency. Typically found in BMP. |
Bgrx | 6 | The color format is BGR, without transparency. Typically found in BMP. |
Bgra | 7 | The color format is BGRA, with transparency. Typically found in BMP. |
Yuv | 8 | The color format is YUV, without transparency. Typically found in JPEG and WEBP. |
Yuva | 9 | The color format is YUVA, with transparency. Typically found in PNG and RAW. |
InvertedCmyk | 10 | The color format is CMYK, without transparency. Typically found in JPEG. |
Ycck | 11 | The color format is YCCK, without transparency. Typically found in JPEG. |