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