LM_Graphics:Clear(r, g, b, a)
Version added: before 9.5
Clear the drawing area
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
Clear the drawing area.
Search results
Usage of 'Clear' is found in the following scripts:
Merge skeletons (Original Edition) by A.Evseeva
View Code
AE Meshinstance (Original Edition) by A.Evseeva
View Code
Modified transform bone tool (Original Edition) by A.Evseeva
View Code
Bind points modification (Original Edition) by A.Evseeva
View Code
MR Overlay (Moho 13.5 Edition) by eugenebabich
View Code
MR Overlay (Moho 14.1+ Edition) by eugenebabich
View Code