This namespace contiains utilities for interfacing with definitions from the book "A Dictionary of Colour Combinations" compiled by Sanzo Wada.
This namespace contiains utilities for interfacing with definitions from the book "A Dictionary of Colour Combinations" compiled by Sanzo Wada.
(get-color-hsb color-name)
(get-color-hsb color-dictionary color-name)
Retrieve the HSB values of a color by name.
Retrieve the HSB values of a color by name.
(get-color-java color-name)
(get-color-java color-dictionary color-name)
Retrieve Color by name.
Retrieve Color by name.
(get-color-rgb color-name)
(get-color-rgb color-dictionary color-name)
Retrieve the RGB values of a color by name.
Retrieve the RGB values of a color by name.
(get-combination-cmyk combination)
(get-combination-cmyk color-dictionary combination)
Retrieve the color combination. Combinations are from :1 to :348.
Retrieve the color combination. Combinations are from :1 to :348.
(get-combination-hsb combination)
(get-combination-hsb color-dictionary combination)
Retrieve the color combination. Combinations are from :1 to :348.
Retrieve the color combination. Combinations are from :1 to :348.
(get-combination-java combination)
(get-combination-java color-dictionary combination)
Retrieve the color combination. Combinations are from :1 to :348.
Retrieve the color combination. Combinations are from :1 to :348.
(get-combination-rgb combination)
(get-combination-rgb color-dictionary combination)
Retrieve the color combination. Combinations are from :1 to :348.
Retrieve the color combination. Combinations are from :1 to :348.
(init)
(init resource-path)
Load the color dictionary into memory.
Load the color dictionary into memory.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close