A 128-bit-per-pixel, floating-point pixel format.
SDKs
- iOS 7.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
Declaration
static var RGBAf: CIFormat
A 128-bit-per-pixel, floating-point pixel format.
SDKs
Framework
static var RGBAf: CIFormat
static var A16: CIFormat
A 16-bit-per-pixel, fixed-point pixel format in which the sole component is alpha.
static var A8: CIFormat
An 8-bit-per-pixel, fixed-point pixel format in which the sole component is alpha.
static var ABGR8: CIFormat
A 32-bit-per-pixel, fixed-point pixel format in which the alpha value precedes the blue, green, and red color components.
static var ARGB8: CIFormat
A 32-bit-per-pixel, fixed-point pixel format in which the alpha value precedes the red, green, and blue color components.
static var Af: CIFormat
A 32-bit-per-pixel, full-width floating-point pixel format in which the sole component is alpha.
static var Ah: CIFormat
A 16-bit-per-pixel, half-width floating-point pixel format in which the sole component is alpha.
static var BGRA8: CIFormat
A 32-bit-per-pixel, fixed-point pixel format in which the blue, green, and red color components precede the alpha value.
static var R16: CIFormat
A 16-bit-per-pixel, fixed-point pixel format in which the sole component is a red color value.
static var R8: CIFormat
An 8-bit-per-pixel, fixed-point pixel format in which the sole component is a red color value.
static var RG16: CIFormat
A 32-bit-per-pixel, fixed-point pixel format with only red and green color components.
static var RG8: CIFormat
A 16-bit-per-pixel, fixed-point pixel format with only red and green color components.
static var RGBA16: CIFormat
A 64-bit-per-pixel, fixed-point pixel format.
static var RGBA8: CIFormat
A 32-bit-per-pixel, fixed-point pixel format in which the red, green, and blue color components precede the alpha value.
static var RGBAh: CIFormat
A 64-bit-per-pixel, floating-point pixel format.
static var RGf: CIFormat
A 64-bit-per-pixel, floating-point pixel format with only red and green color components.
static var RGh: CIFormat
A 32-bit-per-pixel, floating-point pixel format with only red and green color components.
static var Rf: CIFormat
A 32-bit-per-pixel, floating-point pixel format in which the sole component is a red color value.
static var Rh: CIFormat
A 16-bit-per-pixel, floating-point pixel format in which the sole component is a red color value.
static var L16: CIFormat
A 16-bit-per-pixel, fixed-point pixel format in which the sole component is luminance.
static var L8: CIFormat
An 8-bit-per-pixel, fixed-point pixel format in which the sole component is luminance.
static var LA16: CIFormat
A 32-bit-per-pixel, fixed-point pixel format with only 16-bit luminance and alpha components.
static var LA8: CIFormat
A 16-bit-per-pixel, fixed-point pixel format with only 8-bit luminance and alpha components.
static var LAf: CIFormat
A 64-bit-per-pixel, full-width floating-point pixel format with 32-bit luminance and alpha components.
static var LAh: CIFormat
A 32-bit-per-pixel, half-width floating-point pixel format with 16-bit luminance and alpha components.
static var Lf: CIFormat
A 32-bit-per-pixel, full-width floating-point pixel format in which the sole component is luminance.
static var Lh: CIFormat
A 16-bit-per-pixel, half-width floating-point pixel format in which the sole component is luminance.