Packed RGBA pixel type.
More...
#include <yarp/sig/Image.h>
|
| PixelRgba ()=default |
|
| PixelRgba (unsigned char n_r, unsigned char n_g, unsigned char n_b, unsigned char n_a) |
|
|
unsigned char | r {0} |
|
unsigned char | g {0} |
|
unsigned char | b {0} |
|
unsigned char | a {0} |
|
Packed RGBA pixel type.
Definition at line 474 of file Image.h.
◆ PixelRgba() [1/2]
yarp::sig::PixelRgba::PixelRgba |
( |
| ) |
|
|
default |
◆ PixelRgba() [2/2]
yarp::sig::PixelRgba::PixelRgba |
( |
unsigned char |
n_r, |
|
|
unsigned char |
n_g, |
|
|
unsigned char |
n_b, |
|
|
unsigned char |
n_a |
|
) |
| |
|
inline |
unsigned char yarp::sig::PixelRgba::a {0} |
unsigned char yarp::sig::PixelRgba::b {0} |
unsigned char yarp::sig::PixelRgba::g {0} |
unsigned char yarp::sig::PixelRgba::r {0} |
The documentation for this struct was generated from the following file:
- src/libYARP_sig/src/yarp/sig/Image.h