isBayerRAWPixelFormat(_:)
Returns a Boolean value that indicates whether the pixel format is a Bayer RAW format.
Declaration
class func isBayerRAWPixelFormat(_ pixelFormat: OSType) -> BoolParameters
- pixelFormat:
The pixel format to query.
Mentioned in
Return Value
true if the pixel format is a Bayer RAW format, otherwise false.