DuoToneFilter

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKDuoToneFilter)
open class DuoToneFilter : CIFilter

This class provides a general duotone filter.

  • The input image.

    Declaration

    Swift

    open var inputImage: CIImage?
  • The effect intensity in range.

    Declaration

    Swift

    open var inputIntensity: NSNumber?
  • The light duotone color.

    Declaration

    Swift

    open var inputLightColor: UIColor?
  • The dark duotone color.

    Declaration

    Swift

    open var inputDarkColor: UIColor?
  • Returns an image with the applied changes.

    Declaration

    Swift

    open override var outputImage: CIImage? { get }