TransformColorSpace

@objc(FSTransformColorSpace)
public enum TransformColorSpace : UInt
extension TransformColorSpace: CustomStringConvertible

Represents an image transform color space type.

  • rgb

    RGB

    Declaration

    Swift

    case rgb
  • CMYK

    Declaration

    Swift

    case cmyk
  • Input

    Declaration

    Swift

    case input

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }