Click or drag to resize
DigitalRuneColorTraitsInvert Method
Gets the inverse of an animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: 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
)

Parameters

value
Type: Color
In: The animation value.
inverse
Type: Color
Out: The inverse of value.

Implements

IAnimationValueTraitsTInvert(T, T)
Exceptions
ExceptionCondition
NotSupportedExceptionColor does not have an inverse.
See Also