|
M5Unit-RGB 0.0.2 git rev:51dfbe6
|
Utilities for M5Unit-RGB. More...
#include "m5unit_rgb_utility.hpp"Namespaces | |
| namespace | m5 |
| Top level namespace of M5Stack. | |
Functions | |
| uint32_t | m5::unit::rgb::hsv2rgb (const uint8_t h, const uint8_t s, const uint8_t v) |
| HSV to RGB. | |
Utilities for M5Unit-RGB.
| uint32_t m5::unit::rgb::hsv2rgb | ( | const uint8_t | h, |
| const uint8_t | s, | ||
| const uint8_t | v ) |
HSV to RGB.
| h | Hue (0-255) |
| s | Saturation (0-255) |
| v | Value (0-255) |