Liking cljdoc? Tell your friends :D

artlib.color.palettes

This namespace contains an implementation of procedural periodic color palettes. It is based on a Inigo Quilez article from 1999.

A color palette is simply a unary function that accepts an input value and returns an RGB vec. As the input runs from 0 to 1 (normalized palette index), the palette oscilates.

See https://iquilezles.org/articles/palettes/

This namespace contains an implementation of procedural 
  periodic color palettes. It is based on a Inigo Quilez
  article from 1999.

A color palette is simply a unary function that accepts an
  input value and returns an RGB vec. As the input runs 
  from 0 to 1 (normalized palette index), the palette
  oscilates.

See https://iquilezles.org/articles/palettes/
raw docstring

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

× close