Fledex.Color.HSL (fledex v0.7.0)

View Source

This module represents the color representation for colors encoded in the HSL (hue, saturation, lightness) color space

Summary

Types

t()

@type t() :: %Fledex.Color.HSL{h: 0..255, l: 0..255, s: 0..255}