Contents

bufferPixelFormat()

Returns the pixel format of the image buffer representation.

Declaration

func bufferPixelFormat() -> String!

Return Value

A string that specifies the pixel format. The supported formats are ARGB8 (8-bit alpha, red, green, blue), BGRA8 (8-bit blue, green, red, and alpha), RGBAf (floating-point, red, green, blue, alpha), I8 (8-bit intensity), and If (floating-point intensity).

See Also

Getting Image Buffer Information