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