pxm v0.1.0 PXM.Pixel View Source

Defines pixel structure.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %{
  color: integer(),
  r: integer(),
  g: integer(),
  b: integer(),
  x: integer(),
  y: integer()
}