Sets all materials to the given color.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetAllColors(
	Color value
)

Parameters

value
Type: System.Drawing..::.Color
The Color color.

See Also