Rayex.Structs.Color (Rayex v0.0.2) View Source

Color

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.Color{
  a: non_neg_integer(),
  b: non_neg_integer(),
  g: non_neg_integer(),
  r: non_neg_integer()
}