VoronoiGrowthSimulator
Based on Site Saturated Nucleation and Isotropic Growth
Loading...
Searching...
No Matches
color Struct Reference

Represents a color with red, green, and blue components. More...

#include <Voronoi.hpp>

Collaboration diagram for color:

Public Attributes

double r
 
double g
 
double b
 

Detailed Description

Represents a color with red, green, and blue components.

Definition at line 9 of file Voronoi.hpp.

Member Data Documentation

◆ b

double color::b

The blue component of the color.

Definition at line 16 of file Voronoi.hpp.

◆ g

double color::g

The green component of the color.

Definition at line 15 of file Voronoi.hpp.

◆ r

double color::r

The red component of the color.

Definition at line 14 of file Voronoi.hpp.


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