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.
RGBColor Struct Reference
RGB Color. More...
#include <ColorLib.h>
Public Member Functions | |
RGBColor (uint8_t r, uint8_t g, uint8_t b) | |
Constructor with rgb initializing. | |
RGBColor () | |
Default constructor. |
Detailed Description
RGB Color.
Definition at line 91 of file ColorLib.h.
Constructor & Destructor Documentation
RGBColor | ( | uint8_t | r, |
uint8_t | g, | ||
uint8_t | b | ||
) |
Constructor with rgb initializing.
- Parameters:
-
r - the red byte g - the green byte b - the blue byte
Definition at line 120 of file ColorLib.h.
RGBColor | ( | ) |
Default constructor.
Definition at line 154 of file ColorLib.h.
Generated on Thu Jul 14 2022 04:31:44 by
