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

Color TypedStruct

Summary

Types

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