SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
color.h File Reference

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.

Detailed Description

Color manipulation utilities.

Function Documentation

◆ hsv_to_rgb()

void satdump::hsv_to_rgb ( float h,
float s,
float v,
uint8_t * rgb )

Convert HSV floats to 8-bit RGB.

Parameters
hH Value
sS Value
vV Value
rgboutput RGB buffer