This method sets de ambient light
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
| C# |
|---|
public void SetLightAmbient( float r, float g, float b, float alpha ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetLightAmbient ( _ r As Single, _ g As Single, _ b As Single, _ alpha As Single _ ) |
| Visual C++ |
|---|
public: void SetLightAmbient( float r, float g, float b, float alpha ) |
Parameters
- r
- Type: System..::.Single
Red component
- g
- Type: System..::.Single
Green component
- b
- Type: System..::.Single
Blue component
- alpha
- Type: System..::.Single
Alpha component