SKEncodedInfoColor Enum

Definition

The various color formats used by a SKEncodedInfo.

public enum SKEncodedInfoColor
Inheritance
SKEncodedInfoColor

Fields

Bgr 5

The color format is BGR, without transparency. Typically found in BMP.

Bgra 7

The color format is BGRA, with transparency. Typically found in BMP.

Bgrx 6

The color format is BGR, without transparency. Typically found in BMP.

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.

InvertedCmyk 10

The color format is CMYK, without transparency. Typically found in JPEG.

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.

Ycck 11

The color format is YCCK, without transparency. Typically found in JPEG.

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.

Applies to