classRGBHalf 05

data-valign="top">int RGBHalf::operator==

(  const RGBHalfother  )  const [inline]

 

Definition at line 164 of file RGBHalf.h.

References FALSE, m_blue, m_green, m_red, and TRUE.

half& RGBHalf::operator[] int  i  )  [inline]
 

Definition at line 50 of file RGBHalf.h.

References m_red.

half RGBHalf::operator[] int  i  )  const [inline]
 

Definition at line 49 of file RGBHalf.h.

References m_red.

half RGBHalf::Red  )  const [inline]
 

Definition at line 55 of file RGBHalf.h.

References m_red.

Referenced by Max(), operator *=(), operator+(), operator+=(), operator-=(), operator=(), RGBAHalf::Red(), RGBFloat::RGBFloat(), and YAFloat::YAFloat().

void RGBHalf::Set half  red,
half  green,
half  blue
[inline]
 

Definition at line 60 of file RGBHalf.h.

References m_blue, m_green, and m_red.

void RGBHalf::Set half  value  )  [inline]
 

Definition at line 59 of file RGBHalf.h.

References m_blue, m_green, and m_red.

Referenced by GammaCorrect(), and RGBAHalf::Set().

void RGBHalf::SetBlue half  blue  )  [inline]
 

Definition at line 63 of file RGBHalf.h.

References m_blue.

Referenced by Max(), RGBAHalf::RGBAHalf(), and RGBAHalf::SetBlue().

void RGBHalf::SetGreen half  green  )  [inline]
 

Definition at line 62 of file RGBHalf.h.

References m_green.

Referenced by Max(), RGBAHalf::RGBAHalf(), and RGBAHalf::SetGreen().

void RGBHalf::SetRed half  red  )  [inline]
 

Definition at line 61 of file RGBHalf.h.

References m_red.

Referenced by Max(), RGBAHalf::RGBAHalf(), and RGBAHalf::SetRed().