View Source Image.Options.Draw (image v0.8.0)
Options for the draw functions.
Link to this section Summary
Functions
Validate the options for Image.Draw
.
Link to this section Types
@type circle() :: [fill: boolean(), color: Image.Color.t()]
@type flood() :: [equal: boolean(), color: Image.Color.t()]
@type image() :: [{:mode, Image.CombineMode.t()}]
@type line() :: [{:color, Image.Color.t()}]
@type mask() :: [{:color, Image.Color.t()}]
@type point() :: [{:color, Image.Color.t()}]
@type rect() :: [fill: boolean(), color: Image.Color.t()]
@type smudge() :: []
Link to this section Functions
Validate the options for Image.Draw
.