StickerAdjustmentMode

@objc(PESDKStickerAdjustmentModel)
public enum StickerAdjustmentMode : Int

The sticker adjustment mode that is currently active in a StickerEditController object.

  • Change the brightness of a sticker.

    Declaration

    Swift

    case brightness
  • Change the contrast of a sticker.

    Declaration

    Swift

    case contrast
  • Change the saturation of a sticker.

    Declaration

    Swift

    case saturation
  • Change the opacity of a sticker.

    Declaration

    Swift

    case opacity