Click or drag to resize

VisualFadeToColorDeep Method

Animate the primary color of a visual and all its descendants in a given time.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void FadeToColorDeep(
	Color color,
	double seconds
)

Parameters

color
Type: System.DrawingColor
The color at the end of the animation.
seconds
Type: SystemDouble
The number of seconds to animate the color over.
See Also