Skip to content

classRGBAFloat 02

Constructor & Destructor Documentation

RGBAFloat::RGBAFloat void   )  [inline]
  Definition at line 129 of file RGBFloat.h.

RGBAFloat::RGBAFloat float  red,
float  green,
float  blue,
float  alpha
[inline]
  Definition at line 130 of file RGBFloat.h.

RGBAFloat::RGBAFloat float  scalar  )  [inline]
  Definition at line 131 of file RGBFloat.h.

RGBAFloat::RGBAFloat COLORREF  c  )  [inline]
  Definition at line 132 of file RGBFloat.h.

RGBAFloat::RGBAFloat const RGBAFloat other  )  [inline]
  Definition at line 133 of file RGBFloat.h.

RGBAFloat::RGBAFloat const RGBAHalf other  )  [inline]
 

Definition at line 38 of file RGBFloat.inl.

References RGBAHalf::Alpha(), and m_alpha.

Here is the call graph for this function:

RGBAFloat::RGBAFloat const RGBAByte other  )  [inline]
 

Definition at line 44 of file RGBFloat.inl.

References RGBAByte::Alpha(), float(), m_alpha, and MAXCOLOR.

Here is the call graph for this function:

RGBAFloat::RGBAFloat const ColorBuf other  )  [inline]
 

Definition at line 50 of file RGBFloat.inl.

References MAXCOLOR, SetAlpha(), SetBlue(), SetGreen(), SetRed(), and ColorBuf::values.

Here is the call graph for this function:

RGBAFloat::RGBAFloat const RGBHalf other  )