CTRE Phoenix C++ 5.33.1
ctre::phoenix::HsvToRgb Class Reference

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

#include <ctre/phoenix/HsvToRgb.h>

Static Public Member Functions

static void Convert (double hDegrees, double S, double V, float *r, float *g, float *b)
 Converts HSV to RGB. More...
 

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: