Skip to content

classRGBHalf 03

Member Function Documentation

half RGBHalf::Blue  )  const [inline]
 

Definition at line 57 of file RGBHalf.h.

References m_blue.

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

BOOL RGBHalf::CheckOffBound float  lobound,
float  hibound
[inline]
 

Definition at line 81 of file RGBHalf.h.

References FALSE, and TRUE.

Referenced by RGBAHalf::CheckOffBound().

RGBHalf RGBHalf::GammaCorrect float  power  )  [inline]
 

Definition at line 71 of file RGBHalf.h.

References m_blue, m_green, m_red, and Set().

Here is the call graph for this function:

float RGBHalf::GetLuminance  )  const [inline]
 

Definition at line 70 of file RGBHalf.h.

References m_blue, m_green, and m_red.

half RGBHalf::Green  )  const [inline]
 

Definition at line 56 of file RGBHalf.h.

References m_green.

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

void RGBHalf::Max float  max  )  [inline]
 

Definition at line 65 of file RGBHalf.h.

References Blue(), Green(), MIN, Red(), SetBlue(), SetGreen(), and SetRed().

Referenced by RGBAHalf::Max().

Here is the call graph for this function:

RGBHalf RGBHalf::operator * float  s  )  const [inline]
 

Definition at line 44 of file RGBHalf.h.

References RGBHalf().

Here is the call graph for this function:

RGBHalf RGBHalf::operator * const RGBHalf other  )  const [inline]
 

Definition at line 43 of file RGBHalf.h.

References RGBHalf().

Here is the call graph for this function:

RGBHalf & RGBHalf::operator *= float  factor  )  [inline]
 

Definition at line 140 of file RGBHalf.h.

References m_blue, m_green, and m_red.

RGBHalf & RGBHalf::operator *= const RGBHalf other  )  [inline]
 

Definition at line 132 of file