SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
color.h
Go to the documentation of this file.
1#pragma once
2
7
8#include <cstdint>
9
10namespace satdump
11{
20 void hsv_to_rgb(float h, float s, float v, uint8_t *rgb);
21} // namespace satdump