Image

Image available to the CPU.

Members

Functions

get
inout(Color) get(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(int x, int y, Color color)

Safer alternative to get, doesn't draw out of bounds.

size
Vector2 size()
height
int height;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pixels
Color[] pixels;

Image data.

width
int width;
Undocumented in source.

Meta