colord(input)
getFormat(input)
.toHex()
.toRgb()
.toRgbString()
.toHsl()
.toHslString()
.toHsv()
.toName(options?)
.toCmyk()
.toCmykString()
.toHwb()
.toHwbString()
.toLab()
.toLch()
.toLchString()
.toXyz()
.alpha(value)
.invert()
.saturate(amount = 0.1)
.desaturate(amount = 0.1)
.grayscale()
.lighten(amount = 0.1)
.darken(amount = 0.1)
.hue(value)
.rotate(amount = 15)
.mix(color2, ratio = 0.5)
.tints(count = 5)
.shades(count = 5)
.tones(count = 5)
.harmonies(type = "complementary")
.isValid()
.isEqual(color2)
.alpha()
.hue()
.brightness()
.isLight()
.isDark()
.luminance()
.contrast(color2 = "#FFF")
.isReadable(color2 = "#FFF", options?)
.delta(color2 = "#FFF")
random()
.minify(options?)
a11y
cmyk
harmonies
hwb
lab
lch
minify
mix
names
xyz