Main MRPT website > C++ reference for MRPT 1.5.6
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 80 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

◆ TColorf() [1/2]

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

Definition at line 82 of file TColor.h.

◆ TColorf() [2/2]

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

Definition at line 88 of file TColor.h.

Member Data Documentation

◆ A

float mrpt::utils::TColorf::A

◆ B

float mrpt::utils::TColorf::B

◆ G

float mrpt::utils::TColorf::G

◆ R

float mrpt::utils::TColorf::R



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019