Main MRPT website > C++ reference for MRPT 1.3.2
List of all members | Public Member Functions | Public Attributes
mrpt::utils::TColorf Struct Reference

Detailed Description

A RGB color - floats in the range [0,1].

Definition at line 52 of file TColor.h.

#include <mrpt/utils/TColor.h>

Public Member Functions

 TColorf (float r=0, float g=0, float b=0, float alpha=1.0f)
 
 TColorf (const TColor &col)
 

Public Attributes

float R
 
float G
 
float B
 
float A
 

Constructor & Destructor Documentation

mrpt::utils::TColorf::TColorf ( float  r = 0,
float  g = 0,
float  b = 0,
float  alpha = 1.0f 
)
inline

Definition at line 54 of file TColor.h.

mrpt::utils::TColorf::TColorf ( const TColor col)
inlineexplicit

Definition at line 55 of file TColor.h.

Member Data Documentation

float mrpt::utils::TColorf::A

Definition at line 56 of file TColor.h.

Referenced by mrpt::opengl::CRenderizable::setColor().

float mrpt::utils::TColorf::B

Definition at line 56 of file TColor.h.

Referenced by mrpt::opengl::CRenderizable::setColor().

float mrpt::utils::TColorf::G

Definition at line 56 of file TColor.h.

Referenced by mrpt::opengl::CRenderizable::setColor().

float mrpt::utils::TColorf::R

Definition at line 56 of file TColor.h.

Referenced by mrpt::opengl::CRenderizable::setColor().




Page generated by Doxygen 1.8.11 for MRPT 1.3.2 SVN:Unversioned directory at Sun May 1 08:45:24 UTC 2016