Description
Sets the current drawing color.
Syntax
Sub RFDrawTools.GLColor(r As Single, g As Single, b As Single, a As Single)
The GLColor syntax has these parts:
| Part | Description |
|---|---|
| r | [IN] Single Required. Red value for the current color ranging from 0.0 to 1.0 |
| g | [IN] Single Required. Green value for the current color ranging from 0.0 to 1.0 |
| b | [IN] Single Required. Blue value for the current color ranging from 0.0 to 1.0 |
| a | [IN] Single Required. Alpha value for the current color ranging from 0.0 to 1.0. |
Remarks
Note