BGR_t Struct Reference
Structure defining an RGB pixel (in B-G-R byte ordering). More...
#include <rgb.h>
Public Attributes | |
| unsigned char | B |
| B value. | |
| unsigned char | G |
| G value. | |
| unsigned char | R |
| R value. | |
Detailed Description
Structure defining an RGB pixel (in B-G-R byte ordering).
Definition at line 46 of file rgb.h.
Member Data Documentation
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/color/rgb.h

