Свойство | Type | Description | |
---|---|---|---|
MixColor | Color | ||
PositionToInt | int |
Méthode | Description | |
---|---|---|
GetColorAt ( int i ) : |
||
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 |
Méthode | Description | |
---|---|---|
MixColor ( Color from, Color to, double percent ) : Color | ||
PositionToInt ( double position ) : int |
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 | |
Résultat | System.Collections.Generic |