CellViz  1.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ColorTuple Struct Reference

#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
 

Constructor & Destructor Documentation

◆ ColorTuple()

ColorTuple::ColorTuple ( int  a,
int  b,
int  c 
)

Member Function Documentation

◆ HSVtoRGB()

ColorTuple ColorTuple::HSVtoRGB ( ColorTuple  rgb)
static

◆ RGBtoHSV()

ColorTuple ColorTuple::RGBtoHSV ( ColorTuple  rgb)
static

Member Data Documentation

◆ a

int ColorTuple::a

◆ b

int ColorTuple::b

◆ c

int ColorTuple::c

The documentation for this struct was generated from the following files: