triad
On this page
color:triad()#
Returns the other two colors that form a triad. The other colors are at +/- 120 degrees in the HSL color wheel.
local a, b = wakterm.color.parse('yellow'):triad()
color:triad()#
Returns the other two colors that form a triad. The other colors are at +/- 120 degrees in the HSL color wheel.
local a, b = wakterm.color.parse('yellow'):triad()