ColorMultiply Operator (Color, Single)
|
Multiplies color using a floating number, all member of Color will be multiplied this way
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic static Color operator *(
Color c,
float f
)
Parameters
- c
- Type: Livit.Learn.ModelColor
Color to multiply - f
- Type: SystemSingle
Float multiplier
Return Value
Type:
ColorReturns the new multiplied Color
See Also