CTRE_Phoenix 5.20.2
ctre::phoenix::HsvToRgb Class Reference

#include <HsvToRgb.h>

Static Public Member Functions

static void Convert (double hDegrees, double S, double V, float *r, float *g, float *b)
 

Detailed Description

Class to convert Hue, Saturation, Value to Red, Green, Blue

Member Function Documentation

◆ Convert()

static void ctre::phoenix::HsvToRgb::Convert ( double  hDegrees,
double  S,
double  V,
float *  r,
float *  g,
float *  b 
)
static

Converts HSV to RGB

Parameters
hDegreeshue value
Ssaturation value
Vvalue Lightness value
rpointer to red value
gpointer to green value
bpointer to blue value

The documentation for this class was generated from the following file: