Mixing.Shades
Extension Method in Mixing
Declaration
public static Color[] Shades(this Color color, int amount)Description
Generates a given amount of shades from the base color.
Parameters
| color | The base color to generate new colors from. |
| amount | The amount of shades to generate. |
Returns
| Color[] | An array of shades. |