Skip to content

A little project exploring colour mixing and gradients, made with Processing.py

License

Notifications You must be signed in to change notification settings

Will-Banksy/Gradients-And-Colour-Mixing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gradients & Colour Mixing

A little Processing.py project exploring various methods of making gradients, aside from the standard method of interpolating the RGB values.

Methods I explored: Linear interpolation, linear interpolation with an additively mixed midpoint, linear interpolation with a subtractively mixed midpoint, linear interpolation across the HSB/HSV cylinder, linear interpolation of the HSB/HSV values

This was in an attempt to find the correct mathematical approach, and also to make some pretty colours

Run

You'll need Processing IDE with Python mode

About

A little project exploring colour mixing and gradients, made with Processing.py

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages