This method sets de specular light

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void SetLightSpecular(
	float r,
	float g,
	float b,
	float alpha
)
Visual Basic (Declaration)
Public Sub SetLightSpecular ( _
	r As Single, _
	g As Single, _
	b As Single, _
	alpha As Single _
)
Visual C++
public:
void SetLightSpecular(
	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

See Also