RGB_t Struct Reference

Structure defining an RGB pixel (in R-G-B byte ordering). More...

#include <rgb.h>

List of all members.


Public Attributes

unsigned char R
 R value.
unsigned char G
 G value.
unsigned char B
 B value.

Detailed Description

Structure defining an RGB pixel (in R-G-B byte ordering).

Definition at line 39 of file rgb.h.


Member Data Documentation

unsigned char RGB_t::B

B value.

Definition at line 42 of file rgb.h.

unsigned char RGB_t::G

G value.

Definition at line 41 of file rgb.h.

unsigned char RGB_t::R

R value.

Definition at line 40 of file rgb.h.


The documentation for this struct was generated from the following file:
  • src/firevision/fvutils/color/rgb.h