Click or drag to resize

ColorMultiply Operator (Color, Single)

Multiplies color using a floating number, all member of Color will be multiplied this way

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public static Color operator *(
	Color c,
	float f
)

Parameters

c
Type: Livit.Learn.ModelColor
Color to multiply
f
Type: SystemSingle
Float multiplier

Return Value

Type: Color
Returns the new multiplied Color
See Also