RFDrawTools.GLColor



Your Ad Here

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 [INSingle Required. Red value for the current color ranging from 0.0 to 1.0
g [INSingle Required. Green value for the current color ranging from 0.0 to 1.0
b [INSingle Required. Blue value for the current color ranging from 0.0 to 1.0
a [INSingle Required. Alpha value for the current color ranging from 0.0 to 1.0.

Remarks

Note

Return to Rapidform Index


Your Ad Here