Liking cljdoc? Tell your friends :D

artlib.color.dictionary

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.
raw docstring

get-color-cmykclj

(get-color-cmyk color-name)
(get-color-cmyk color-dictionary color-name)
source

get-color-hsbclj

(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.
sourceraw docstring

get-color-javaclj

(get-color-java color-name)
(get-color-java color-dictionary color-name)

Retrieve Color by name.

Retrieve Color by name.
sourceraw docstring

get-color-rgbclj

(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.
sourceraw docstring

get-combination-cmykclj

(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.
sourceraw docstring

get-combination-hsbclj

(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.
sourceraw docstring

get-combination-javaclj

(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.
sourceraw docstring

get-combination-rgbclj

(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.
sourceraw docstring

initclj

(init)
(init resource-path)

Load the color dictionary into memory.

Load the color dictionary into memory.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close