Skip to content

ADImageEditTools

duzexu edited this page Sep 18, 2021 · 1 revision

ADImageEditTools

System defalut image edit tools.

public struct ADImageEditTools: OptionSet 

Inheritance

OptionSet

Initializers

init(rawValue:)

public init(rawValue: Int) 

Properties

rawValue

public let rawValue: Int

lineDraw

Tool used to add color line to image.

public static let lineDraw 

imageStkr

Tool used to add image sticker to image.

public static let imageStkr 

textStkr

Tool used to add text sticker to image.

public static let textStkr 

clip

Tool used to clip image.

public static let clip 

mosaicDraw

Tool used to add mosaic effect to image.

public static let mosaicDraw 

all

public static let all: ADImageEditTools = [.lineDraw, .imageStkr, .textStkr, .clip, .mosaicDraw]
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally