Edit

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

Value that represents the kCIFormatARGB8 pixel format.

RGBAh 1

Value that represents the kCIFormatRGBAh pixel format.

BGRA8 2

Value that represents the kCIFormatBGRA8 pixel format.

RGBA16 2
RGBA8 3

CValue that represents the kCIFormatRGBA8 pixel format.

RGBAf 3
kRGBAf 4

Value that represents the kCIFormatkRGBAf pixel format.

kBGRA8 5

Value that represents the kCIFormatkBGRA8 pixel format.

kRGBA8 6

Value that represents the kCIFormatkRGBA8 pixel format.

ABGR8 7

Value that represents the kCIFormatABGR8 pixel format.

A8 11

Value that represents the kCIFormatA8 pixel format.

A16 12

Value that represents the kCIFormatA16 pixel format.

Ah 13

Value that represents the kCIFormatAh pixel format.

Af 14

Value that represents the kCIFormatAf pixel format.

R8 15

Value that represents the kCIFormatR8 pixel format.

R16 16

Value that represents the kCIFormatR16 pixel format.

Rh 17

Value that represents the kCIFormatRh pixel format.

Rf 18

Value that represents the kCIFormatRf pixel format.

RG8 19

Value that represents the kCIFormatRG8 pixel format.

RG16 20

Value that represents the kCIFormatRG16 pixel format.

RGh 21

Value that represents the kCIFormatRGh pixel format.

RGf 22

Value that represents the kCIFormatRGf pixel format.

Applies to