Mixing.Tints<T>
Extension Method in Mixing
Declaration
public static Color[] Tints<T>(this Color color, int amount)
where T : struct, IComponentModel
Description
Generates a given amount of tints from the base color.
Type Parameters
T | The type of component model to use. |
Parameters
color | The base color to generate new colors from. |
amount | The amount of tints to generate. |
Returns
Color[] | An array of tints. |