RGBConverter icon indicating copy to clipboard operation
RGBConverter copied to clipboard

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

Results 4 RGBConverter issues
Sort by recently updated
recently updated
newest added

Hi, I needed an HSL to RGB converter and was really excited to find this. However, when I started to use your library in my arduino project I kept getting...

Hi! I have slightly modified your library to match existing data structure I used for led lighting. So that I had `int[3]` as rgb value instead of `byte[3]`, inside a...

I'm trying to use this library but I can't work out commands for it. Can some plz build an example for me that's HSV to RGB many thanks

Hi! I've recently forked your project and decided to detach it from its Arduino dependency. We can still have the Arduino part as something extra but how about making the...