Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 450 Bytes

processing-color-palettes

A bunch of color palettes to use for processing sketches

To contribute, fork and submit a pull request. Your color scheme should be structured like this:

schemename/
  colors.pde -> Should define a color[] named "palette", and a string named "name"
  schemename.pde -> Symlink to ../color-viewer.pde
  schemename.png -> image that shows all of the colors, generated by color-viewer.pde