| ColorTraitsMultiply Method |
Multiplies an animation value by a given factor.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Multiply(
ref Color value,
int factor,
ref Color result
)
Public Sub Multiply (
ByRef value As Color,
factor As Integer,
ByRef result As Color
)
public:
virtual void Multiply(
Color% value,
int factor,
Color% result
) sealed
abstract Multiply :
value : Color byref *
factor : int *
result : Color byref -> unit
override Multiply :
value : Color byref *
factor : int *
result : Color byref -> unit
Parameters
- value
- Type: Color
In: The value. - factor
- Type: SystemInt32
The factor. - result
- Type: Color
Out: The product of value and factor.
Implements
IAnimationValueTraitsTMultiply(T, Int32, T)See Also