paintFromRGBA

* Gets a painting from RGBA. * Params: * r = The red channel. * g = The green channel. * b = The blue channel. * a = The alpha channel. * Returns: The paint.

paintFromRGBA
(
ubyte r
,
ubyte g
,
ubyte b
,
ubyte a = 0xff
)

Meta