https://github.com/moebiussurfing/ofxcolorrandom
Simple atractive color palettes randomizer, limited by some range limitations and colors sorting.
https://github.com/moebiussurfing/ofxcolorrandom
openframeworks openframeworks-addon
Last synced: 8 months ago
JSON representation
Simple atractive color palettes randomizer, limited by some range limitations and colors sorting.
- Host: GitHub
- URL: https://github.com/moebiussurfing/ofxcolorrandom
- Owner: moebiussurfing
- License: other
- Created: 2022-06-04T02:39:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T22:50:47.000Z (over 3 years ago)
- Last Synced: 2025-02-07T16:19:54.566Z (about 1 year ago)
- Topics: openframeworks, openframeworks-addon
- Language: C++
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Randomized atractive Color Palette's generator.
### Screenshot

- Can be limited by Hue and luminance ranges.
- Colors can be sorted by hue, saturation and brightness.
### Ported from javascript based Random Color
Original Demo [here](https://randomcolor.lllllllllllllllll.com/).
## Why does this exist?
_There are lots of clever one-liners for generating random colors:
Unfortunately, this code naturally produces murky greys, browns and greens.
randomColor generates attractive colors by default.
More specifically, randomColor produces bright colors with a reasonably high saturation.
This makes randomColor particularly useful for data visualizations and generative art._
### Simply ported from (C++):
https://github.com/xuboying/randomcolor-cpp
### Original Source (javascript):
https://github.com/davidmerfield/randomColor
### Dependencies
- [ofxSurfingHelpers](https://github.com/moebiussurfing/ofxSurfingHelpers) / _Easy to remove. Only for handle settings and GUI theme_.
- ofxGui / _oF Core_
### Tested Systems
- **Windows 10** / **VS 2022** / **oF 0.12**
## Author/s
I made only the simple port to oF.
Look the other GitHub link for original authoring.
moebiusSurfing, 2022.
( ManuMolina )