Harmonies.Analogous
Extension Method in Harmonies
Declaration
public static Color[] Analogous(this Color baseColor, int amount = 3, float spread = 60F)
Description
Creates an analogous harmony of the color, a set of colors located next to each other on the color wheel.
Parameters
baseColor | The base color to create the harmony from. |
amount | The amount of colors to create (default=3). |
spread | The amount of hue change from start to end [0...360] (default=60). |
Returns
Color[] | An array of colors forming the harmony. |