Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

rgb Struct Reference

#include <colors.h>


Detailed Description

Definition at line 63 of file colors.h.

List of all members.

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 (  ) 

Definition at line 66 of file colors.h.

rgb::rgb ( int  r,
int  g,
int  b 
)

Definition at line 68 of file colors.h.


Member Function Documentation

bool rgb::operator!= ( const rgb x  )  const

Definition at line 79 of file colors.h.

bool rgb::operator== ( const rgb x  )  const

Definition at line 73 of file colors.h.

Referenced by operator!=().


Member Data Documentation


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:15 2016 by Doxygen 1.6.3