C# 클래스 MetroFramework.Animation.ColorBlendAnimation

상속: AnimationBase
파일 보기 프로젝트 열기: AshishKilmist/MetroFramework 1 사용 예제들

공개 메소드들

메소드 설명
Start ( Control control, string property, Color targetColor, int duration ) : void

비공개 메소드들

메소드 설명
DoColorBlend ( Color startColor, Color targetColor, double ratio ) : Color
GetPropertyValue ( string pName, Control control ) : Color

메소드 상세

Start() 공개 메소드

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