CIFormat Enum

Definition

An enumeration whose values specify pixel formats.

public enum CIFormat
type CIFormat = 
Inheritance
CIFormat

Fields

A16 12

Value that represents the kCIFormatA16 pixel format.

A8 11

Value that represents the kCIFormatA8 pixel format.

ABGR8 7

Value that represents the kCIFormatABGR8 pixel format.

Af 14

Value that represents the kCIFormatAf pixel format.

Ah 13

Value that represents the kCIFormatAh pixel format.

ARGB8 0

Value that represents the kCIFormatARGB8 pixel format.

BGRA8 2

Value that represents the kCIFormatBGRA8 pixel format.

kBGRA8 5

Value that represents the kCIFormatkBGRA8 pixel format.

kRGBA8 6

Value that represents the kCIFormatkRGBA8 pixel format.

kRGBAf 4

Value that represents the kCIFormatkRGBAf pixel format.

R16 16

Value that represents the kCIFormatR16 pixel format.

R8 15

Value that represents the kCIFormatR8 pixel format.

Rf 18

Value that represents the kCIFormatRf pixel format.

RG16 20

Value that represents the kCIFormatRG16 pixel format.

RG8 19

Value that represents the kCIFormatRG8 pixel format.

RGBA16 2
RGBA8 3

CValue that represents the kCIFormatRGBA8 pixel format.

RGBAf 3
RGBAh 1

Value that represents the kCIFormatRGBAh pixel format.

RGf 22

Value that represents the kCIFormatRGf pixel format.

RGh 21

Value that represents the kCIFormatRGh pixel format.

Rh 17

Value that represents the kCIFormatRh pixel format.

Applies to