Performs a material color modulation using the given filter.

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

Syntax

C#
public void ModulateColors(
	Color filter
)

Parameters

filter
Type: System.Drawing..::.Color
The Color color filter used for material color modulation.

See Also