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

#include <Lines.h>

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 43 of file Lines.h.

Constructor & Destructor Documentation

◆ Color()

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

Definition at line 44 of file Lines.h.

Member Data Documentation

◆ a

float osg_lines::Color::a

Definition at line 45 of file Lines.h.

◆ b

float osg_lines::Color::b

Definition at line 45 of file Lines.h.

◆ g

float osg_lines::Color::g

Definition at line 45 of file Lines.h.

◆ r

float osg_lines::Color::r

Definition at line 45 of file Lines.h.


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