Paint

Paint structure.

Members

Properties

sfmlColor
Color sfmlColor [@property getter]

Gets the low-level sfml color equivalent to the paint.

Variables

a
ubyte a;

The alpha channel.

b
ubyte b;

The blue channel.

g
ubyte g;

The green channel.

r
ubyte r;

The red channel.

Meta