TintFilter

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKTintFilter)
open class TintFilter : CIFilter

This filter is used to colorize stickers.

  • The input image.

    Declaration

    Swift

    open var inputImage: CIImage?
  • The color of the tint.

    Declaration

    Swift

    open var inputColor: UIColor?
  • The filtered image.

    Declaration

    Swift

    open override var outputImage: CIImage? { get }