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