#include <iostream.h>#include <fstream.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <math.h>#include "colormap.h"Functions | |
| void | rgbToHsv (float r, float g, float b, float *h, float *s, float *v) |
| void | hsvToRgb (float h, float s, float v, float *r, float *g, float *b) |
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001