Skip to content

classRGBAFloat 03

Member Function Documentation

float RGBAFloat::Alpha  )  const [inline]
 

Definition at line 159 of file RGBFloat.h.

Referenced by ColorBuf::ColorBuf(), operator=(), operator==(), and YAFloat::YAFloat().

float RGBAFloat::Blue  )  const [inline]
 

Definition at line 158 of file RGBFloat.h.

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

BOOL RGBAFloat::CheckOffBound float  lobound,
float  hibound
[inline]
  Definition at line 182 of file RGBFloat.h.

RGBFloat RGBAFloat::Color  )  const [inline]
 

Definition at line 155 of file RGBFloat.h.

Referenced by operator *=(), operator+=(), operator-=(), operator/=(), operator=(), and operator==().

float RGBAFloat::Green  )  const [inline]
 

Definition at line 157 of file RGBFloat.h.

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

RGBAFloat RGBAFloat::operator * float  s  )  const [inline]
  Definition at line 175 of file RGBFloat.h.

RGBAFloat RGBAFloat::operator * const RGBAFloat a  )  const [inline]
  Definition at line 174 of file RGBFloat.h.

RGBAFloat& RGBAFloat::operator *= float  scale  )  [inline]
  Definition at line 151 of file RGBFloat.h.

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

Definition at line 150 of file RGBFloat.h.

References Color(), and m_alpha.

Here is the call graph for this function:

void RGBAFloat::operator delete void *  ptr  )  [inline]
 

Definition at line 144 of file RGBFloat.h.

References FreeBitmap().

Here is the call graph for this function:

void* RGBAFloat::operator new size_t  size  )  [inline]
 

Definition at line 142 of file RGBFloat.h.

References AllocBitmap().

Here is the call graph for this function:

int RGBAFloat::operator!= const RGBAFloat a  )  const [inline]
  Definition at line 170 of file RGBFloat.h.

RGBAFloat RGBAFloat::operator+ const