ExChroma.Rgba (ex_chroma v0.1.0) View Source

Link to this section Summary

Types

t()

A color tuple with r, g, b in the range 0 - 255 and alpha in range 0.0 - 1.0

Link to this section Types

Specs

t() :: {0..255, 0..255, 0..255, number()}

A color tuple with r, g, b in the range 0 - 255 and alpha in range 0.0 - 1.0