Skip to content

classHalfColorBuf 03

Member Function Documentation

half HalfColorBuf::Blue  )  const [inline]
 

Definition at line 37 of file HalfColorBuf.h.

References m_blue.

Referenced by HalfColorBufAlpha::Blue(), ColorVector::ColorVector(), Max(), operator+(), operator+=(), operator-=(), and operator=().

float HalfColorBuf::GetLuminance  )  const [inline]
 

Definition at line 50 of file HalfColorBuf.h.

References m_blue, m_green, and m_red.

half HalfColorBuf::Green  )  const [inline]
 

Definition at line 36 of file HalfColorBuf.h.

References m_green.

Referenced by ColorVector::ColorVector(), HalfColorBufAlpha::Green(), Max(), operator+(), operator+=(), operator-=(), and operator=().

void HalfColorBuf::Max float  max  )  [inline]
 

Definition at line 45 of file HalfColorBuf.h.

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

Referenced by HalfColorBufAlpha::Max().

Here is the call graph for this function:

void HalfColorBuf::operator *= float  factor  )  [inline]
 

Definition at line 80 of file HalfColorBuf.h.

References m_blue, m_green, and m_red.

int HalfColorBuf::operator!= const HalfColorBuf other  )  const [inline]
  Definition at line 33 of file HalfColorBuf.h.

HalfColorBuf HalfColorBuf::operator+ const HalfColorBuf other  )  [inline]
 

Definition at line 94 of file HalfColorBuf.h.

References Blue(), Green(), HalfColorBuf(), m_blue, m_green, m_red, and Red().

Here is the call graph for this function:

void HalfColorBuf::operator+= const HalfColorBuf other  )  [inline]
 

Definition at line 66 of file HalfColorBuf.h.

References Blue(), Green(), m_blue, m_green, m_red, and Red().

Here is the call graph for this function:

void HalfColorBuf::operator-= const HalfColorBuf other  )  [inline]
 

Definition at line 73 of file HalfColorBuf.h.

References Blue(), Green(), m_blue, m_green, m_red, and Red().

Here is the call graph for this function:

void HalfColorBuf::operator/= float  factor  )  [inl