View Source Colorex.LAB (Colorex v1.0.0)

Struct that represents a color in the LAB/CIELAB colorspace

Summary

Types

t()

@type t() :: %Colorex.LAB{a: float(), alpha: float(), b: float(), l: float()}