Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graysonarts/processing-color-palettes
A bunch of color palettes to use for processing sketches
https://github.com/graysonarts/processing-color-palettes
Last synced: about 5 hours ago
JSON representation
A bunch of color palettes to use for processing sketches
- Host: GitHub
- URL: https://github.com/graysonarts/processing-color-palettes
- Owner: graysonarts
- License: other
- Created: 2013-09-18T15:45:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T18:41:40.000Z (over 9 years ago)
- Last Synced: 2024-04-16T01:01:17.838Z (7 months ago)
- Language: Processing
- Size: 191 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```