LM_Graphics:SetColor(r, g, b, a)

Version added: before 9.5
Sets the drawing color for subsequent drawing operations

Arguments:

Name Type Description Default Ver
r int32 Red < 9.5
g int32 Green < 9.5
b int32 Blue < 9.5
a int32 Alpha (opacity) 255 < 9.5

Return value:

void none
Sets the drawing color for subsequent drawing operations.
<< Back to LM_Graphics