SDL2Renderer.setColor

Sets the color used for drawing operations.

class SDL2Renderer
void
setColor
(
int r
,
int g
,
int b
,
int a = 255
)

Throws

SDL2Exception on error.

See Also

Meta