ColorizeFilter

@objc(PESDKColorizeFilter) open class ColorizeFilter: CIFilter

This filter is used to colorize stickers.

  • The input image.

    Declaration

    Swift

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

    Declaration

    Swift

    open var inputColor: UIColor? = UIColor.white
  • The filtered image.

    Declaration

    Swift

    open override var outputImage: CIImage?