CVColorPrimariesGetStringForIntegerCodePoint(_:)
Returns the Core Video color primaries string corresponding to the standard integer code point that you specify.
Declaration
func CVColorPrimariesGetStringForIntegerCodePoint(_ colorPrimariesCodePoint: Int32) -> Unmanaged<CFString>?Parameters
- colorPrimariesCodePoint:
The standard integer code point.
Return Value
The color primaries string corresponding to the code point (See Image Buffer Color Primaries Constants for possible values.), or nil if the code point is 2 (unknown) or the system doesn’t recognize it.