StickerTintMode

@objc(PESDKStickerTintMode)
public enum StickerTintMode : Int

The tinting mode a sticker supports.

  • none: The sticker’s color cannot be changed.
  • solid: The sticker’s color is changed completely (i.e. tintColor is used).
  • colorized: The sticker is converted to a gray scale image and the selected tint color is then applied by the amount of the gray scale value.
  • The sticker’s color cannot be changed.

    Declaration

    Swift

    case none
  • The sticker’s color is changed completely (i.e. tintColor is used).

    Declaration

    Swift

    case solid
  • The sticker is converted to a gray scale image and the selected tint color is then applied by the amount of the gray scale value.

    Declaration

    Swift

    case colorized