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

baseColorThe base color to create the harmony from.
amountThe amount of colors to create (default=5).
spreadThe amount of change from start to end [0..1] (default=0.5).

Returns

Color[]An array of colors forming the harmony.