Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 448 Bytes

File metadata and controls

14 lines (12 loc) · 448 Bytes

EasyColor

Multiplatform library to convert color formats to embedded devices, since microcontrolers as so CPUs like Raspberry Pi.

========================================== This library intent to be a simplifier to convert between color formats.

  • HSV to RGB and RGB to HSV
  • RGB to CMYK and CMYK to RGB
  • HSL to RGB and RGB to HSL
  • RGB24 to RGB16
  • more will be implemented

0.0.1 - HSV and RGB

  • Converting HSV to RGB
  • Converting RGB to HSV