Fawkes API  Fawkes Development Version
firevision::RGB_t Struct Reference

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

#include <rgb.h>

Public Attributes

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

Detailed Description

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

Definition at line 44 of file rgb.h.

Member Data Documentation

◆ B

unsigned char firevision::RGB_t::B

B value.

Definition at line 47 of file rgb.h.

Referenced by OpenNiPointCloudThread::finalize().

◆ G

unsigned char firevision::RGB_t::G

G value.

Definition at line 46 of file rgb.h.

Referenced by OpenNiPointCloudThread::finalize().

◆ R

unsigned char firevision::RGB_t::R

R value.

Definition at line 45 of file rgb.h.

Referenced by OpenNiPointCloudThread::finalize().


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