Search
@type t() :: %Color.Hsl{hue: 0..360, lightness: float(), saturation: float()}
@spec new(fields :: %{hue: 0..360, saturation: float(), lightness: float()}) :: t()
@spec new(fields :: [hue: 0..360, saturation: float(), lightness: float()]) :: t()
@spec new(hue :: 0..360, saturation :: float(), lightness :: float()) :: t()