C# Class MetroFramework.Animation.ColorBlendAnimation

Inheritance: AnimationBase
Afficher le fichier Open project: AshishKilmist/MetroFramework Class Usage Examples

Méthodes publiques

Méthode Description
Start ( Control control, string property, Color targetColor, int duration ) : void

Private Methods

Méthode Description
DoColorBlend ( Color startColor, Color targetColor, double ratio ) : Color
GetPropertyValue ( string pName, Control control ) : Color

Method Details

Start() public méthode

public Start ( Control control, string property, Color targetColor, int duration ) : void
control System.Windows.Forms.Control
property string
targetColor Color
duration int
Résultat void