Skip to content

classYAHalf 03

Member Function Documentation

half YAHalf::Alpha  )  const [inline]
 

Definition at line 354 of file RGBHalf.h.

References RGBAHalf::m_alpha.

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

Definition at line 361 of file RGBHalf.h.

References FALSE, and TRUE.

half YAHalf::Luminance  )  const [inline]
  Definition at line 353 of file RGBHalf.h.

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

Definition at line 395 of file RGBHalf.h.

References m_alpha, and m_luminance.

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

Definition at line 331 of file RGBHalf.h.

References FreeBitmap().

Here is the call graph for this function:

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

Definition at line 329 of file RGBHalf.h.

References AllocBitmap().

Here is the call graph for this function:

int YAHalf::operator!= const YAHalf other  )  const [inline]
  Definition at line 348 of file RGBHalf.h.

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

Definition at line 409 of file RGBHalf.h.

References m_alpha, m_luminance, and YAHalf().

Here is the call graph for this function:

YAHalf & YAHalf::operator+= const YAHalf other  )  [inline]
 

Definition at line 381 of file RGBHalf.h.

References m_alpha, and m_luminance.

YAHalf & YAHalf::operator-= const YAHalf other  )  [inline]
 

Definition at line 388 of file RGBHalf.h.

References m_alpha, and m_luminance.

YAHalf & YAHalf::operator/= float  factor  )  [inline]
 

Definition at line 402 of file RGBHalf.h.

References m_alpha, and m_luminance.

YAHalf& YAHalf::operator= const ColorBuf colorbuf  )