Named colours reference
All 10 named colours in AlgoBarsX, each with its parameters, defaults, ranges and an example: green, red, blue, gray, white, black, orange, yellow, purple, teal.
green red blue gray white black orange yellow purple teal
green→ color#
The green color; use .fade(percent) for transparency.
tint = green.fade(50)red→ color#
The red color; use .fade(percent) for transparency.
tint = red.fade(50)blue→ color#
The blue color; use .fade(percent) for transparency.
tint = blue.fade(50)gray→ color#
The gray color; use .fade(percent) for transparency.
tint = gray.fade(50)white→ color#
The white color; use .fade(percent) for transparency.
tint = white.fade(50)black→ color#
The black color; use .fade(percent) for transparency.
tint = black.fade(50)orange→ color#
The orange color; use .fade(percent) for transparency.
tint = orange.fade(50)yellow→ color#
The yellow color; use .fade(percent) for transparency.
tint = yellow.fade(50)purple→ color#
The purple color; use .fade(percent) for transparency.
tint = purple.fade(50)teal→ color#
The teal color; use .fade(percent) for transparency.
tint = teal.fade(50)