Try Install Learn Blog API Packages GitHub
Pages

ColorWheel

Functions

adjustHue
(
value
:
Number
)
:
Number

Adjusts the HUE value.

analogous
(
color
:
Color
)
:
Array(Color)

Returns the analogous color wheel of the color.

complementary
(
color
:
Color
)
:
Array(Color)

Returns the complementary color wheel of the color.

monochromatic
(
color
:
Color
)
:
Array(Color)

Returns the monochromatic color wheel of the color.

splitComplementary
(
color
:
Color
)
:
Array(Color)

Returns the split-complementary color wheel of the color.

tetradic
(
color
:
Color
)
:
Array(Color)

Returns the tetradic color wheel of the color.

triadic
(
color
:
Color
)
:
Array(Color)

Returns the triadic color wheel of the color.