Performs color modulation of the DirectX layer Material material using the given filter.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Material MaterialModulateColors(
	Material material,
	ColorValue filter
)

Parameters

material
Type: Material
The source DirectX layer Material material.
filter
Type: ColorValue
The ColorValue color filter used for material color modulation.

See Also