VisualFadeToColorDeep Method |
Animate the primary color of a visual and all its descendants in a given time.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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