Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

colormap.cc File Reference

#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)

Function Documentation

void hsvToRgb float    h,
float    s,
float    v,
float *    r,
float *    g,
float *    b
 

void rgbToHsv float    r,
float    g,
float    b,
float *    h,
float *    s,
float *    v
 


Generated on Sun Jun 16 17:36:42 2002 for Anirudh's Vortex-Wake Simulation Code by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001