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

uchar red
uchar green
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 83 of file colors.h.

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

Definition at line 77 of file colors.h.

Referenced by operator!=().


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.4.1
Generated Tue Aug 16 16:35:07 2005 by Doxygen 1.4.4