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