Sets the material color corresponding to the given index (BaltieSpriteMaterialIndex).

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetColor(
	BaltieSpriteMaterialIndex index,
	Color value
)

Parameters

index
Type: SGP.Baltie..::.BaltieSpriteMaterialIndex
Material index.
value
Type: System.Drawing..::.Color
The Color color.

See Also