Share via


CIFormat Enum

Definition

An enumeration whose values specify pixel formats.

public enum CIFormat
type CIFormat = 
Inheritance
CIFormat

Fields

Name Value Description
Argb8 0

Represents the value associated with the constant kCIFormatARGB8

ARGB8 0

Value that represents the kCIFormatARGB8 pixel format.

Rgbah 1

Represents the value associated with the constant kCIFormatRGBAh

RGBAh 1

Value that represents the kCIFormatRGBAh pixel format.

Rgba16 2

Represents the value associated with the constant kCIFormatRGBA16.

RGBA16 2

Value that represents the kCIFormatkRGBA16 pixel format.

RGBAf 3

Value that represents the kCIFormatkRGBAf pixel format.

kRGBAf 4

Value that represents the kCIFormatkRGBAf pixel format.

Rgbaf 4

Represents the value associated with the constant kCIFormatRGBAf

Bgra8 5

Represents the value associated with the constant kCIFormatBGRA8

kBGRA8 5

Value that represents the kCIFormatkBGRA8 pixel format.

kRGBA8 6

Value that represents the kCIFormatkRGBA8 pixel format.

Rgba8 6

Represents the value associated with the constant kCIFormatRGBA8

Abgr8 7

Represents the value associated with the constant kCIFormatABGR8.

ABGR8 7

Value that represents the kCIFormatABGR8 pixel format.

A8 11

Represents the value associated with the constant kCIFormatA8.

A16 12

Represents the value associated with the constant kCIFormatA16.

Ah 13

Represents the value associated with the constant kCIFormatAh.

Af 14

Represents the value associated with the constant kCIFormatAf.

R8 15

Represents the value associated with the constant kCIFormatR8.

R16 16

Represents the value associated with the constant kCIFormatR16.

Rh 17

Represents the value associated with the constant kCIFormatRh.

Rf 18

Represents the value associated with the constant kCIFormatRf.

RG8 19

Represents the value associated with the constant kCIFormatRG8.

RG16 20

Represents the value associated with the constant kCIFormatRG16.

RGh 21

Represents the value associated with the constant kCIFormatRGh.

RGf 22

Represents the value associated with the constant kCIFormatRGf.

L8 23

Represents the value associated with the constant kCIFormatL8.

L16 24

Represents the value associated with the constant kCIFormatL16.

Lh 25

Represents the value associated with the constant kCIFormatLh.

Lf 26

Represents the value associated with the constant kCIFormatLf.

LA8 27

Represents the value associated with the constant kCIFormatLA8.

LA16 28

Represents the value associated with the constant kCIFormatLA16.

LAh 29

Represents the value associated with the constant kCIFormatLAh.

LAf 30

Represents the value associated with the constant kCIFormatLAf.

Rgb10 31

Represents the value associated with the constant kCIFormatRGB10.

RgbX16 32

Represents the value associated with the constant kCIFormatRGBX16.

RgbXf 33

Represents the value associated with the constant kCIFormatRGBXf.

RgbXh 34

Represents the value associated with the constant kCIFormatRGBXh.

Rgbx8 35

Represents the value associated with the constant kCIFormatRGBX8

Applies to