TinyColor.Conversions protocol (tiny_color v0.1.2)
Link to this section Summary
Functions
converts a color into the HSL color space
converts a color into the HSV color space
converts a color into the OKLab color space
converts a color into the sRGB color space
Link to this section Types
Specs
t() :: term()
Link to this section Functions
Link to this function
to_hsl(color)
converts a color into the HSL color space
Link to this function
to_hsv(color)
converts a color into the HSV color space
Link to this function
to_oklab(color)
converts a color into the OKLab color space
Link to this function
to_rgb(color)
converts a color into the sRGB color space