Version: 9.12.0
ColorData Struct Reference

Color data, in RGBf format. More...

#include <libSMESH_Swig.h>

Public Member Functions

 ColorData ()
 Constructor. More...
 

Data Fields

double r
 Red color's component (0.0:1.0). More...
 
double g
 Green color's component (0.0:1.0). More...
 
double b
 Blue color's component (0.0:1.0). More...
 

Detailed Description

Color data, in RGBf format.

Constructor & Destructor Documentation

◆ ColorData()

ColorData::ColorData ( )

Constructor.

Field Documentation

◆ b

ColorData::b

Blue color's component (0.0:1.0).

◆ g

ColorData::g

Green color's component (0.0:1.0).

◆ r

ColorData::r

Red color's component (0.0:1.0).