CellViz
1.0
|
#include <visualizer.h>
Public Member Functions | |
ColorTuple (int a, int b, int c) | |
Static Public Member Functions | |
static ColorTuple | RGBtoHSV (ColorTuple rgb) |
static ColorTuple | HSVtoRGB (ColorTuple rgb) |
Public Attributes | |
int | a |
int | b |
int | c |
ColorTuple::ColorTuple | ( | int | a, |
int | b, | ||
int | c | ||
) |
|
static |
|
static |
int ColorTuple::a |
int ColorTuple::b |
int ColorTuple::c |