View Source Exray.Structs.Color (Exray v0.1.0)

Summary

Types

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