TransformNoiseMode

@objc(FSTransformNoiseMode)
public enum TransformNoiseMode : UInt, CustomStringConvertible

Represents an image transform noise reduction type.

  • None

    Declaration

    Swift

    case none
  • low

    Low

    Declaration

    Swift

    case low
  • Medium

    Declaration

    Swift

    case medium
  • High

    Declaration

    Swift

    case high

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }