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.
Search results
Usage of 'SetColor' is found in the following scripts:
Tweak for Select Shape (Original Edition) by A.Evseeva
View Code
Lua Console (Original Edition) by A.Evseeva
View Code
Modified transform bone tool (Original Edition) by A.Evseeva
View Code
MR Guides (Original Edition) by eugenebabich
View Code
Bone Constraints Helper (Original Edition) by Danfield
View Code
Create Limb (Original Edition) by Danfield
View Code
Bone Magnet (Original Edition) by A.Evseeva
View Code