VoronoiGrowthSimulator
Based on Site Saturated Nucleation and Isotropic Growth
|
Represents a color with red, green, and blue components. More...
#include <Voronoi.hpp>
Public Attributes | |
double | r |
double | g |
double | b |
Represents a color with red, green, and blue components.
Definition at line 9 of file Voronoi.hpp.
double color::b |
The blue component of the color.
Definition at line 16 of file Voronoi.hpp.
double color::g |
The green component of the color.
Definition at line 15 of file Voronoi.hpp.
double color::r |
The red component of the color.
Definition at line 14 of file Voronoi.hpp.