Skip to content

An Arduino library for converting between HSL, HSV and RGB colour spaces.

License

Notifications You must be signed in to change notification settings

ratkins/RGBConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This code has been fairly much obviated by the HSV-RGB functions in the new FastSPI 2 library (http:https://code.google.com/p/fastspi/)

/*
 * RGBConverter.h - Arduino library for converting between RGB, HSV and HSL
 * 
 * Ported from the Javascript at http:https://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript
 * The hard work was Michael's, all the bugs are mine.
 *
 * Robert Atkins, December 2010 (ratkins_at_fastmail_dot_fm).
 *
 * https://github.com/ratkins/RGBConverter
 *
 */

About

An Arduino library for converting between HSL, HSV and RGB colour spaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages