YARP
Yet Another Robot Platform
yarp::sig::PixelRgbFloat Struct Reference

Floating point RGB pixel type. More...

#include <yarp/sig/Image.h>

Public Member Functions

 PixelRgbFloat ()=default
 
 PixelRgbFloat (float n_r, float n_g, float n_b)
 

Public Attributes

float r {0.0F}
 
float g {0.0F}
 
float b {0.0F}
 

Detailed Description

Floating point RGB pixel type.

Definition at line 578 of file Image.h.

Constructor & Destructor Documentation

◆ PixelRgbFloat() [1/2]

yarp::sig::PixelRgbFloat::PixelRgbFloat ( )
default

◆ PixelRgbFloat() [2/2]

yarp::sig::PixelRgbFloat::PixelRgbFloat ( float  n_r,
float  n_g,
float  n_b 
)
inline

Definition at line 585 of file Image.h.

Member Data Documentation

◆ b

float yarp::sig::PixelRgbFloat::b {0.0F}

Definition at line 582 of file Image.h.

◆ g

float yarp::sig::PixelRgbFloat::g {0.0F}

Definition at line 581 of file Image.h.

◆ r

float yarp::sig::PixelRgbFloat::r {0.0F}

Definition at line 580 of file Image.h.


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