TransformColorSpace
@objc(FSTransformColorSpace)
public enum TransformColorSpace : UInt
extension TransformColorSpace: CustomStringConvertible
Represents an image transform color space type.
-
RGB
Declaration
Swift
case rgb -
CMYK
Declaration
Swift
case cmyk -
Input
Declaration
Swift
case input
-
Returns a
Stringrepresentation of self.Declaration
Swift
public var description: String { get }
View on GitHub
TransformColorSpace Enumeration Reference