Harmonies.Monochromatic
Extension Method in Harmonies
Declaration
public static Color[] Monochromatic(this Color baseColor, int amount = 5, float spread = 0.5F)
Description
Creates a monochromatic harmony of the color, a set of tints and shades formed from the base color.
Parameters
baseColor | The base color to create the harmony from. |
amount | The amount of colors to create (default=5). |
spread | The amount of change from start to end [0..1] (default=0.5). |
Returns
Color[] | An array of colors forming the harmony. |