|
SatDump 2.0.0-alpha-520736c72
|
Color manipulation utilities. More...
#include <cstdint>Go to the source code of this file.
Functions | |
| void | satdump::hsv_to_rgb (float h, float s, float v, uint8_t *rgb) |
| Convert HSV floats to 8-bit RGB. | |
Color manipulation utilities.
| void satdump::hsv_to_rgb | ( | float | h, |
| float | s, | ||
| float | v, | ||
| uint8_t * | rgb ) |
Convert HSV floats to 8-bit RGB.
| h | H Value |
| s | S Value |
| v | V Value |
| rgb | output RGB buffer |