ColorSpace
public enum ColorSpace : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case follow = "FOLLOW"
-
Undocumented
Declaration
Swift
case rec601 = "REC_601"
-
Undocumented
Declaration
Swift
case rec709 = "REC_709"
-
Undocumented
Declaration
Swift
case hdr10 = "HDR10"
-
Undocumented
Declaration
Swift
case hlg2020 = "HLG_2020"
-
Declaration
Swift
public var description: String { get }