View Source Colorex.HSL (Colorex v1.0.0)
Struct that represents a color in the HSL colorspace
Summary
Types
@type t() :: %Colorex.HSL{ alpha: float(), hue: pos_integer(), lightness: float(), saturation: float() }
A representation of a color in hue, saturation, lightness and alpha.