Méthode | Description | |
---|---|---|
ColorBlend ( System colors, float positions ) : System |
Initializes a new instance of the ColorBlend class.
|
|
GetColor ( float pos ) : |
Gets the color from the scale at position 'pos'. If the position is outside the scale [0..1] only the fractional part is used (in other words the scale restarts for each integer-part). |
|
ThreeColors ( System fromColor, System middleColor, System toColor ) : |
Creates a linear gradient scale from three colors
|
|
ToBrush ( Rectangle rectangle, float angle ) : |
Converts the color blend to a gradient brush
|
|
TwoColors ( System fromColor, System toColor ) : |
Creates a linear gradient scale from two colors
|
Méthode | Description | |
---|---|---|
ColorBlend ( ) : System |
public ColorBlend ( System colors, float positions ) : System | ||
colors | System | An array of Color structures that represents the colors to use at corresponding positions along a gradient. |
positions | float | An array of values that specify percentages of distance along the gradient line. |
Résultat | System |
public GetColor ( float pos ) : |
||
pos | float | Position on scale between 0.0f and 1.0f |
Résultat |
public static ThreeColors ( System fromColor, System middleColor, System toColor ) : |
||
fromColor | System | |
middleColor | System | |
toColor | System | |
Résultat |
public ToBrush ( Rectangle rectangle, float angle ) : |
||
rectangle | Rectangle | |
angle | float | |
Résultat |
public static TwoColors ( System fromColor, System toColor ) : |
||
fromColor | System | |
toColor | System | |
Résultat |