ClarityFilter

@objc(IMGLYClarityFilter) open class ClarityFilter: 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?