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

Signed, packed RGB pixel type. More...

#include <yarp/sig/Image.h>

Public Attributes

char r {0}
 
char g {0}
 
char b {0}
 

Detailed Description

Signed, packed RGB pixel type.

Definition at line 561 of file Image.h.

Member Data Documentation

◆ b

char yarp::sig::PixelRgbSigned::b {0}

Definition at line 565 of file Image.h.

◆ g

char yarp::sig::PixelRgbSigned::g {0}

Definition at line 564 of file Image.h.

◆ r

char yarp::sig::PixelRgbSigned::r {0}

Definition at line 563 of file Image.h.


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