C# 클래스 TheMatrix.Strip

파일 보기 프로젝트 열기: EFanZh/EFanZh 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MixColor Color
PositionToInt int

공개 메소드들

메소드 설명
GetColorAt ( int i ) : Color
NextFrame ( ) : void
Strip ( int length, int column, double position, double speed, Color special_color, Color color_from, Color color_to, double mutation_probability, int mutation_frame ) : System.Collections.Generic

비공개 메소드들

메소드 설명
MixColor ( Color from, Color to, double percent ) : Color
PositionToInt ( double position ) : int

메소드 상세

GetColorAt() 공개 메소드

public GetColorAt ( int i ) : Color
i int
리턴 System.Drawing.Color

NextFrame() 공개 메소드

public NextFrame ( ) : void
리턴 void

Strip() 공개 메소드

public Strip ( int length, int column, double position, double speed, Color special_color, Color color_from, Color color_to, double mutation_probability, int mutation_frame ) : System.Collections.Generic
length int
column int
position double
speed double
special_color Color
color_from Color
color_to Color
mutation_probability double
mutation_frame int
리턴 System.Collections.Generic