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.
HSVColor Struct Reference
HSV Color. More...
#include <ColorLib.h>
Public Member Functions | |
HSVColor (int h, int s, int v) | |
Constructor with hsv initializing. | |
HSVColor () | |
Default constructor. |
Detailed Description
HSV Color.
Definition at line 198 of file ColorLib.h.
Constructor & Destructor Documentation
HSVColor | ( | int | h, |
int | s, | ||
int | v | ||
) |
Constructor with hsv initializing.
- Parameters:
-
h - the hue byte s - the sat byte v - the val byte
Definition at line 237 of file ColorLib.h.
HSVColor | ( | ) |
Default constructor.
Definition at line 272 of file ColorLib.h.
Generated on Thu Jul 14 2022 04:31:44 by
