Procedure SetLightColorRGB sets the RGB color values for the referenced light object.
PROCEDURE SetLightColorRGB(
light : HANDLE;
red : LONGINT;
green : LONGINT;
blue : LONGINT);def vs.SetLightColorRGB(light, red, green, blue):
return None| Name | Type | Description |
|---|---|---|
| light | HANDLE | Handle to light. |
| red | LONGINT | RGB color component value. |
| green | LONGINT | RGB color component value. |
| blue | LONGINT | RGB color component value. |
Color param range is 0..65535 -DLD 8/28/98
Availability: from MiniCAD7.0.1