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

Color

Link to this section Summary

Link to this section Types

Specs

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