classHalfColorBuf 04

ine]

 

Definition at line 87 of file HalfColorBuf.h.

References m_blue, m_green, and m_red.

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

Definition at line 58 of file HalfColorBuf.h.

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

Here is the call graph for this function:

int HalfColorBuf::operator== const HalfColorBuf other  )  const [inline]
 

Definition at line 102 of file HalfColorBuf.h.

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

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

Definition at line 30 of file HalfColorBuf.h.

References m_red.

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

Definition at line 29 of file HalfColorBuf.h.

References m_red.

half HalfColorBuf::Red  )  const [inline]
 

Definition at line 35 of file HalfColorBuf.h.

References m_red.

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

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

Definition at line 40 of file HalfColorBuf.h.

References m_blue, m_green, and m_red.

void HalfColorBuf::Set half  value  )  [inline]
 

Definition at line 39 of file HalfColorBuf.h.

References m_blue, m_green, and m_red.

Referenced by HalfColorBufAlpha::Set().

void HalfColorBuf::SetBlue half  blue  )  [inline]
 

Definition at line 43 of file HalfColorBuf.h.

References m_blue.

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

void HalfColorBuf::SetGreen half  green  )  [inline]
 

Definition at line 42 of file HalfColorBuf.h.

References m_green.

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

void HalfColorBuf::SetRed half  red  )  [inline]
 

Definition at line 41 of file HalfColorBuf.h.

References m_red.

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