Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

rgb Struct Reference

#include <colors.h>

List of all members.


Detailed Description

Definition at line 67 of file colors.h.


Public Member Functions

 rgb ()
 rgb (int r, int g, int b)
bool operator== (const rgb &x) const
bool operator!= (const rgb &x) const

Public Attributes

CMVision::uchar red
CMVision::uchar green
CMVision::uchar blue

Constructor & Destructor Documentation

rgb::rgb (  )  [inline]

Definition at line 70 of file colors.h.

rgb::rgb ( int  r,
int  g,
int  b 
) [inline]

Definition at line 72 of file colors.h.


Member Function Documentation

bool rgb::operator== ( const rgb x  )  const [inline]

Definition at line 77 of file colors.h.

Referenced by operator!=().

bool rgb::operator!= ( const rgb x  )  const [inline]

Definition at line 83 of file colors.h.


Member Data Documentation

Definition at line 68 of file colors.h.

Referenced by operator<<(), operator==(), and toString().

Definition at line 68 of file colors.h.

Referenced by operator<<(), operator==(), and toString().

Definition at line 68 of file colors.h.

Referenced by operator<<(), operator==(), and toString().


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

Tekkotsu v4.0
Generated Thu Nov 22 00:58:39 2007 by Doxygen 1.5.4