C# Class MetroFramework.Animation.ColorBlendAnimation

Inheritance: AnimationBase
显示文件 Open project: AshishKilmist/MetroFramework Class Usage Examples

Public Methods

Method Description
Start ( Control control, string property, Color targetColor, int duration ) : void

Private Methods

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

Method Details

Start() public method

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