SDL2Renderer.setColor

Sets the color used for drawing operations.

class SDL2Renderer
void
setColor
(
ubyte r
,
ubyte g
,
ubyte b
,
ubyte a
)

Throws

SDL2Exception on error.

See Also

Meta