Public Member Functions | Public Attributes | List of all members
tango_gl::Color Class Reference

#include <color.h>

Public Member Functions

 Color ()
 
 Color (float red, float green, float blue)
 
 Color (const Color &)=default
 
Coloroperator= (const Color &)=default
 

Public Attributes

float b
 
float g
 
float r
 

Detailed Description

Definition at line 21 of file color.h.

Constructor & Destructor Documentation

◆ Color() [1/3]

tango_gl::Color::Color ( )
inline

Definition at line 23 of file color.h.

◆ Color() [2/3]

tango_gl::Color::Color ( float  red,
float  green,
float  blue 
)
inline

Definition at line 24 of file color.h.

◆ Color() [3/3]

tango_gl::Color::Color ( const Color )
default

Member Function Documentation

◆ operator=()

Color& tango_gl::Color::operator= ( const Color )
default

Member Data Documentation

◆ b

float tango_gl::Color::b

Definition at line 30 of file color.h.

◆ g

float tango_gl::Color::g

Definition at line 29 of file color.h.

◆ r

float tango_gl::Color::r

Definition at line 28 of file color.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Jan 23 2023 03:39:00