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

baseColorThe base color to create the harmony from.
amountThe amount of colors to create (default=3).
spreadThe amount of hue change from start to end [0...360] (default=60).

Returns

Color[]An array of colors forming the harmony.