Fawkes API  Fawkes Development Version
firevision::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. More...
 
unsigned char G
 G value. More...
 
unsigned char R
 R value. More...
 

Detailed Description

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

Definition at line 51 of file rgb.h.

Member Data Documentation

◆ B

unsigned char firevision::BGR_t::B

B value.

Definition at line 52 of file rgb.h.

◆ G

unsigned char firevision::BGR_t::G

G value.

Definition at line 53 of file rgb.h.

◆ R

unsigned char firevision::BGR_t::R

R value.

Definition at line 54 of file rgb.h.


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