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.
Diff: ColorLib.h
- Revision:
- 2:cc8e091fd975
- Parent:
- 1:0288c920499c
- Child:
- 3:786b31c65e7a
--- a/ColorLib.h Wed Jul 27 08:12:04 2016 +0000
+++ b/ColorLib.h Wed Jul 27 14:42:36 2016 +0000
@@ -252,13 +252,6 @@
return *this;
}
- operator RGBColor()
- {
- RGBColor rgb;
- hsv2rgb(*this, rgb);
- return rgb;
- }
-
};
//----------------------------------------------------------------------------