Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Public Member Functions | List of all members
Core::Color Class Reference

This class defines an rgb color. More...

#include <Color.h>

Public Member Functions

 Color (float r, float g, float b)
 
 Color (const Color &color)
 
Coloroperator= (const Color &color)
 
Color operator* (float alpha) const
 
Color operator+ (const Color &rhs) const
 
const Coloroperator+= (const Color &rhs)
 
bool operator== (const Color &color) const
 
bool operator!= (const Color &color) const
 
const float r () const
 
const float g () const
 
const float b () const
 
void r (const float r)
 
void g (const float g)
 
void b (const float b)
 
const float operator[] (size_t idx) const
 
float & operator[] (size_t idx)
 

Detailed Description

This class defines an rgb color.


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