Mixing.Shades<T>
Extension Method in Mixing
Declaration
public static Color[] Shades<T>(this Color color, int amount)
    where T : struct, IComponentModelDescription
Generates a given amount of shades 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 shades to generate. | 
Returns
| Color[] | An array of shades. |