PCL
Color.h File Reference
#include <pcl/Defs.h>
#include <pcl/Math.h>
#include <pcl/String.h>

Go to the source code of this file.

Namespaces

 pcl
 PCL root namespace.
 

Typedefs

using pcl::RGBA = uint32
 

Functions

uint8 pcl::Alpha (RGBA rgba)
 
uint8 pcl::Blue (RGBA rgba)
 
void pcl::ClearAlpha (RGBA &rgba)
 
void pcl::ClearBlue (RGBA &rgba)
 
void pcl::ClearGreen (RGBA &rgba)
 
void pcl::ClearRed (RGBA &rgba)
 
IsoString PCL_FUNC pcl::CSSColorName (RGBA)
 
uint8 pcl::Green (RGBA rgba)
 
uint8 pcl::Red (RGBA rgba)
 
RGBA PCL_FUNC pcl::RGBAColor (const IsoString &colorNameOrHex)
 
RGBA pcl::RGBAColor (double r, double g, double b)
 
RGBA pcl::RGBAColor (double r, double g, double b, double a)
 
RGBA pcl::RGBAColor (float r, float g, float b)
 
RGBA pcl::RGBAColor (float r, float g, float b, float a)
 
RGBA pcl::RGBAColor (int r, int g, int b)
 
RGBA pcl::RGBAColor (int r, int g, int b, int a)
 
IsoString pcl::RGBAColorToHexString (RGBA c)
 
IsoString pcl::RGBColorToHexString (RGBA c)
 
void pcl::SetAlpha (RGBA &rgba, uint8 a)
 
void pcl::SetBlue (RGBA &rgba, uint8 b)
 
void pcl::SetGreen (RGBA &rgba, uint8 g)
 
void pcl::SetRed (RGBA &rgba, uint8 r)
 
RGBA pcl::StringToRGBAColor (const IsoString &colorNameOrHex)