| ColorTraitsInvert Method |
Gets the inverse of an animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Invert(
ref Color value,
ref Color inverse
)
Public Sub Invert (
ByRef value As Color,
ByRef inverse As Color
)
public:
virtual void Invert(
Color% value,
Color% inverse
) sealed
abstract Invert :
value : Color byref *
inverse : Color byref -> unit
override Invert :
value : Color byref *
inverse : Color byref -> unit
Parameters
- value
- Type: Color
In: The animation value. - inverse
- Type: Color
Out: The inverse of value.
Implements
IAnimationValueTraitsTInvert(T, T)Exceptions See Also