View Source Colorex.XYZ (Colorex v1.0.0)

Struct that represents a color in the XYZ colorspace

Summary

Types

t()

@type t() :: %Colorex.XYZ{alpha: float(), x: float(), y: float(), z: float()}