Contents

isBayerRAWPixelFormat(_:)

Returns a Boolean value that indicates whether the pixel format is a Bayer RAW format.

Declaration

class func isBayerRAWPixelFormat(_ pixelFormat: OSType) -> Bool

Parameters

  • pixelFormat:

    The pixel format to query.

Mentioned in

Return Value

true if the pixel format is a Bayer RAW format, otherwise false.

See Also

Determining supported pixel formats