Color manipulation routines. This code was heavily infuenced by the color.rb module in the ruby SASS project, and the colorspace packages in R.
Further references: HSL and HSV: http://en.wikipedia.org/wiki/Luminance-Hue-Saturation RGB color space: http://en.wikipedia.org/wiki/RGB_color_space http://en.wikipedia.org/wiki/Hue#Computing_hue_from_RGB http://www.w3.org/TR/css3-color/#hsl-color
SASS color module: http://github.com/nex3/haml/blob/master/lib/sass/script/color.rb
R colorspace package: http://cran.r-project.org/web/packages/colorspace/index.html
Color manipulation routines. This code was heavily infuenced by the color.rb module in the ruby SASS project, and the colorspace packages in R. Further references: HSL and HSV: http://en.wikipedia.org/wiki/Luminance-Hue-Saturation RGB color space: http://en.wikipedia.org/wiki/RGB_color_space http://en.wikipedia.org/wiki/Hue#Computing_hue_from_RGB http://www.w3.org/TR/css3-color/#hsl-color SASS color module: http://github.com/nex3/haml/blob/master/lib/sass/script/color.rb R colorspace package: http://cran.r-project.org/web/packages/colorspace/index.html
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close