An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Overview

Randomized atractive Color Palette's generator.

### Screenshot
![](readme_images/Capture.PNG)

- 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 )