Static Public Member Functions | List of all members
color::Color Class Reference

#include <colorUtils.h>

Static Public Member Functions

static void hsv2rgb (float h, float s, float v, float &r, float &g, float &b)
 
static color::rgba interpolateColor (color::rgba start, color::rgba goal, float t)
 
static float linearInterpolate (float a, float b, float t)
 
static void rgb2hsv (float r, float g, float b, float &h, float &s, float &v)
 

Detailed Description

Definition at line 51 of file colorUtils.h.

Member Function Documentation

static void color::Color::hsv2rgb ( float  h,
float  s,
float  v,
float &  r,
float &  g,
float &  b 
)
inlinestatic

Definition at line 81 of file colorUtils.h.

static color::rgba color::Color::interpolateColor ( color::rgba  start,
color::rgba  goal,
float  t 
)
inlinestatic

Definition at line 104 of file colorUtils.h.

static float color::Color::linearInterpolate ( float  a,
float  b,
float  t 
)
inlinestatic

Definition at line 99 of file colorUtils.h.

static void color::Color::rgb2hsv ( float  r,
float  g,
float  b,
float &  h,
float &  s,
float &  v 
)
inlinestatic

Definition at line 54 of file colorUtils.h.


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


cob_light
Author(s): Benjamin Maidel
autogenerated on Wed Apr 7 2021 02:11:40