classRGBByte 04

a-valign="top">RGBByte RGBByte::operator+

(  const RGBByteother  )  [inline]

 

Definition at line 97 of file RGBByte.h.

References m_blue, m_green, and m_red.

RGBByte & RGBByte::operator+= const RGBByte  )  [inline]
 

Definition at line 79 of file RGBByte.h.

References m_blue, m_green, m_red, and MAXCOLOR.

RGBByte & RGBByte::operator-= const RGBByte  )  [inline]
 

Definition at line 105 of file RGBByte.h.

References m_blue, m_green, and m_red.

RGBByte& RGBByte::operator/= float  scale  )  [inline]
  Definition at line 55 of file RGBByte.h.

RGBByte& RGBByte::operator= const RGBByte other  )  [inline]
 

Definition at line 54 of file RGBByte.h.

References m_blue, m_green, and m_red.

UBYTE RGBByte::Red  )  const [inline]
 

Definition at line 60 of file RGBByte.h.

References m_red.

Referenced by RGBFloat::RGBFloat(), and YAFloat::YAFloat().

void RGBByte::Set const RGBFloat  ) 
 

void RGBByte::Set UBYTE  value  )  [inline]
 

Definition at line 65 of file RGBByte.h.

References m_blue, m_green, and m_red.

void RGBByte::Set UBYTE  pred,
UBYTE  pgreen,
UBYTE  pblue
[inline]
 

Definition at line 64 of file RGBByte.h.

References m_blue, m_green, and m_red.

Referenced by RGBAByte::RGBAByte(), and RGBAByte::Set().

void RGBByte::SetBlue UBYTE  blue  )  [inline]
 

Definition at line 68 of file RGBByte.h.

References m_blue.

Referenced by RGBAByte::SetBlue().

void RGBByte::SetGreen UBYTE  green  )  [inline]
 

Definition at line 67 of file RGBByte.h.

References m_green.

Referenced by RGBAByte::SetGreen().

void RGBByte::SetRed UBYTE  red  )  [inline]
 

Definition at line