Homepage Demos Overview Downloads Tutorials Reference
Credits

rgb Struct Reference

#include <colors.h>

List of all members.

Public Member Functions

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

Public Attributes

uchar red
uchar green
uchar blue


Constructor & Destructor Documentation

rgb::rgb int  r = 0,
int  g = 0,
int  b = 0
[inline]
 

Definition at line 70 of file colors.h.


Member Function Documentation

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

Definition at line 81 of file colors.h.

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

Definition at line 75 of file colors.h.


Member Data Documentation

uchar rgb::blue
 

Definition at line 68 of file colors.h.

Referenced by operator==().

uchar rgb::green
 

Definition at line 68 of file colors.h.

Referenced by operator==().

uchar rgb::red
 

Definition at line 68 of file colors.h.

Referenced by operator==().


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

Tekkotsu v2.2.1
Generated Tue Nov 23 16:37:51 2004 by Doxygen 1.3.9.1