View Source Fledex.Color.Correction (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
define_correction(scale \\ 255, color_correction, temperature_correction)
View Source@spec no_color_correction() :: rgb()