Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterfacePlusHostname RdWebServer mbed-rtos mbed
Diff: colourconverters.h
- Revision:
- 6:8df79fe1afcd
- Parent:
- 0:887096209439
diff -r 910909f34907 -r 8df79fe1afcd colourconverters.h --- a/colourconverters.h Tue Sep 01 15:53:52 2015 +0000 +++ b/colourconverters.h Thu Sep 03 20:17:23 2015 +0000 @@ -30,8 +30,8 @@ } HsvColor; -RgbColor HsvToRgb(HsvColor hsv); +void HsvToRgb(HsvColor hsv, RgbColor& rgb); -HsvColor RgbToHsv(RgbColor rgb); +void RgbToHsv(RgbColor rgb, HsvColor& hsv); #endif