Skip to content

python module to generate some decent looking colors without repeating similar colors.

Notifications You must be signed in to change notification settings

mwisslead/prettycolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty Colors

Generate some decent looking colors without repeating similar colors.

Concept

The idea for this code is based on something I saw in this VI Hart video. Basically generate the next color by adding the golden angle to the HSV value of the previous color which creates colors with minimal overlap of the hue.

Output

Colors generated by generate_color(i) from 0 to 23

colors in order generated

Colors returned by generate_colors(24)

colors sorted

About

python module to generate some decent looking colors without repeating similar colors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages