Image.Options.Histogram (image v0.62.0)
View SourceOptions and option validation for Image.Histogram.as_svg/2.
Summary
Types
Options applicable to Image.Histogram.as_svg/2.
Options list or map for Image.Histogram.as_svg/2.
Functions
Validate the options for Image.Histogram.as_svg/2.
Types
@type histogram_option() :: {:width, pos_integer() | :auto} | {:height, pos_integer() | :auto}
Options applicable to Image.Histogram.as_svg/2.
@type histogram_options() :: [histogram_option()] | map()
Options list or map for Image.Histogram.as_svg/2.
Functions
Validate the options for Image.Histogram.as_svg/2.