LegacyClarityFilter

@objc(PESDKLegacyClarityFilter) open class LegacyClarityFilter: CIFilter

Applies clarity to an instance of CIImage.

  • The input image.

    Declaration

    Swift

    open var inputImage: CIImage?
  • The intensity of this filter.

    Declaration

    Swift

    open var inputIntensity: NSNumber?