Harmonies.DoubleSplitComplementary
Extension Method in Harmonies
Declaration
public static Color[] DoubleSplitComplementary(this Color baseColor, int amount = 4, float variance = 0.25F)
Description
Creates a double split complementary harmony of the color, two pairs of complementary colors on either side of the base color.
Parameters
baseColor | The base color to create the harmony from. |
amount | The amount of colors to create (default=4). |
variance | The amount of variance in tints and shades when generating more than 4 colors [0..1] (default=0.25). |
Returns
Color[] | An array of colors forming the harmony. |