View Source Image.Options.ChromaKey (image v0.33.0)
Options and option validation for Image.chroma_key/2
.
Link to this section Summary
Types
Options applicable to Image.chroma_key/2
Functions
Validate the options for Image.chroma_key/2
.
Link to this section Types
@type chroma_key_options() :: [ color: Image.Color.t() | :auto, threshold: non_neg_integer(), greater_than: Image.Color.t(), less_than: Image.Color.t(), sigma: float(), min_amplitude: float() ] | map()
Options applicable to Image.chroma_key/2
Link to this section Functions
Validate the options for Image.chroma_key/2
.