StickerImageView

@available(iOS 9.0, *)
@objc(PESDKStickerImageView)
open class StickerImageView : SpriteImageView

A StickerImageView is used to display a Sticker within a SpriteContainerView.

  • The tint mode to apply to this sticker’s image.

    Declaration

    Swift

    open var tintMode: StickerTintMode { get set }
  • The color used to colorize the image according to the tintMode.

    Declaration

    Swift

    open var colorizeColor: UIColor { get set }
  • The brightness of the image, between -1 and 1.

    Declaration

    Swift

    open var brightness: CGFloat { get set }
  • The contrast of the image, between -1 and 1.

    Declaration

    Swift

    open var contrast: CGFloat { get set }
  • The saturation of the image, between -1 and 1.

    Declaration

    Swift

    open var saturation: CGFloat { get set }