Privacy
An open-source, flexible 3D physical simulation framework
osg_points::Color Struct Reference

#include <Points.hpp>

Public Member Functions

 Color (float r, float g, float b, float a)
 

Public Attributes

float r
 
float g
 
float b
 
float a
 

Detailed Description

Definition at line 39 of file Points.hpp.

Constructor & Destructor Documentation

◆ Color()

osg_points::Color::Color ( float  r,
float  g,
float  b,
float  a 
)
inline

Definition at line 40 of file Points.hpp.

Member Data Documentation

◆ a

float osg_points::Color::a

Definition at line 41 of file Points.hpp.

◆ b

float osg_points::Color::b

Definition at line 41 of file Points.hpp.

◆ g

float osg_points::Color::g

Definition at line 41 of file Points.hpp.

◆ r

float osg_points::Color::r

Definition at line 41 of file Points.hpp.


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