Privacy
An open-source, flexible 3D physical simulation framework
osg_text::Color Class Reference

#include <TextInterface.h>

Public Member Functions

 Color ()
 
 Color (double _r, double _g, double _b, double _a)
 

Public Attributes

double r
 
double g
 
double b
 
double a
 

Detailed Description

Definition at line 39 of file TextInterface.h.

Constructor & Destructor Documentation

◆ Color() [1/2]

osg_text::Color::Color ( )
inline

Definition at line 41 of file TextInterface.h.

◆ Color() [2/2]

osg_text::Color::Color ( double  _r,
double  _g,
double  _b,
double  _a 
)
inline

Definition at line 43 of file TextInterface.h.

Member Data Documentation

◆ a

double osg_text::Color::a

Definition at line 46 of file TextInterface.h.

◆ b

double osg_text::Color::b

Definition at line 46 of file TextInterface.h.

◆ g

double osg_text::Color::g

Definition at line 46 of file TextInterface.h.

◆ r

double osg_text::Color::r

Definition at line 46 of file TextInterface.h.


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