PLearn 0.1
Public Member Functions | Public Attributes | Static Public Attributes
PLearn::RGB Class Reference

#include <RGBImage.h>

Collaboration diagram for PLearn::RGB:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RGB ()
 RGB (unsigned char the_r, unsigned char the_g, unsigned char the_b)

Public Attributes

unsigned char r
unsigned char g
unsigned char b

Static Public Attributes

static const RGB BLACK
 RGB(HSV hsvpix);.
static const RGB WHITE
static const RGB RED
static const RGB GREEN
static const RGB BLUE
static const RGB DISCOCOLORS [] = {RGB::RED, RGB::GREEN, RGB::BLUE}

Detailed Description

Definition at line 64 of file RGBImage.h.


Constructor & Destructor Documentation

PLearn::RGB::RGB ( ) [inline]

Definition at line 71 of file RGBImage.h.

{}
PLearn::RGB::RGB ( unsigned char  the_r,
unsigned char  the_g,
unsigned char  the_b 
) [inline]

Definition at line 72 of file RGBImage.h.

    : r(the_r), g(the_g), b(the_b) {}

Member Data Documentation

unsigned char PLearn::RGB::b
const RGB PLearn::RGB::BLACK [static]

RGB(HSV hsvpix);.

Definition at line 78 of file RGBImage.h.

const RGB PLearn::RGB::BLUE [static]

Definition at line 82 of file RGBImage.h.

Definition at line 83 of file RGBImage.h.

unsigned char PLearn::RGB::g
const RGB PLearn::RGB::GREEN [static]

Definition at line 81 of file RGBImage.h.

unsigned char PLearn::RGB::r
const RGB PLearn::RGB::RED [static]

Definition at line 80 of file RGBImage.h.

const RGB PLearn::RGB::WHITE [static]

Definition at line 79 of file RGBImage.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines