Static Public Member Functions
color::Color Class Reference

#include <colorUtils.h>

List of all members.

Static Public Member Functions

static void hsv2rgb (float h, float s, float v, float &r, float &g, float &b)
static void rgb2hsv (float r, float g, float b, float &h, float &s, float &v)

Detailed Description

Definition at line 80 of file colorUtils.h.


Member Function Documentation

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

Definition at line 110 of file colorUtils.h.

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

Definition at line 83 of file colorUtils.h.


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


cob_light
Author(s): Benjamin Maidel
autogenerated on Thu Aug 27 2015 12:46:10