Image.Options.Vibrance (image v0.59.0)

View Source

Options and option validation for Image.vibrance/2.

Summary

Types

Options applicable to Image.vibrance/3

Options list for Image.vibrance/3

Types

vibrance_option()

@type vibrance_option() :: {:threshold, pos_integer()}

Options applicable to Image.vibrance/3

vibrance_options()

@type vibrance_options() :: [vibrance_option()] | map()

Options list for Image.vibrance/3

Functions

validate_options(options)

Validate the options for Image.vibrance/3.

See Image.Options.Vibrance.vibrance_options/0.