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: 19.00.00
Syntax
C#
public void FadeToColorDeep(
	Color color,
	double seconds
)

Parameters

color  Color
The color at the end of the animation.
seconds  Double
The number of seconds to animate the color over.
See Also