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

Integer RGB pixel type. More...

#include <yarp/sig/Image.h>

Public Member Functions

 PixelRgbInt ()=default
 
 PixelRgbInt (int n_r, int n_g, int n_b)
 

Public Attributes

yarp::os::NetInt32 r {0}
 
yarp::os::NetInt32 g {0}
 
yarp::os::NetInt32 b {0}
 

Detailed Description

Integer RGB pixel type.

Definition at line 600 of file Image.h.

Constructor & Destructor Documentation

◆ PixelRgbInt() [1/2]

yarp::sig::PixelRgbInt::PixelRgbInt ( )
default

◆ PixelRgbInt() [2/2]

yarp::sig::PixelRgbInt::PixelRgbInt ( int  n_r,
int  n_g,
int  n_b 
)
inline

Definition at line 607 of file Image.h.

Member Data Documentation

◆ b

yarp::os::NetInt32 yarp::sig::PixelRgbInt::b {0}

Definition at line 604 of file Image.h.

◆ g

yarp::os::NetInt32 yarp::sig::PixelRgbInt::g {0}

Definition at line 603 of file Image.h.

◆ r

yarp::os::NetInt32 yarp::sig::PixelRgbInt::r {0}

Definition at line 602 of file Image.h.


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