View Source Fledex.Color.Conversion.Spectrum (fledex v0.1.0)

Link to this section Summary

Link to this section Types

@type colorint() :: 0..16_777_215
@type hsv() :: {hue :: 0..255, saturation :: 0..255, value :: 0..255}
@type rgb() :: {red :: 0..255, green :: 0..255, blue :: 0..255}

Link to this section Functions

Link to this function

hsv2rgb(arg, extra_color_correction)

View Source
@spec hsv2rgb(hsv(), (rgb() -> rgb())) :: rgb()