Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [Class List](annotated.md) - [Alphabetical List](classes.md) - [Class Hierarchy](hierarchy.md) - [Class Members](functions.md)

HalfColorBuf Class Reference

#include <HalfColorBuf.h>

List of all members.


Public Member Functions

  HalfColorBuf ()
  HalfColorBuf (const HalfColorBuf &other)
  HalfColorBuf (const ColorVector &colorvector)
HalfColorBuf operator= (const HalfColorBuf &other)
void  operator+= (const HalfColorBuf &other)
void  operator-= (const HalfColorBuf &other)
void  operator *= (float factor)
void  operator/= (float factor)
HalfColorBuf  operator+ (const HalfColorBuf &other)
half  operator[] (int i) const
half &  operator[] (int i)
int  operator== (const HalfColorBuf &other) const
int  operator!= (const HalfColorBuf &other) const
half  Red () const
half  Green () const
half  Blue () const
void  Set (half value)
void  Set (half red, half green, half blue)
void  SetRed (half red)
void  SetGreen (half green)
void  SetBlue (half blue)
void  Max (float max)
float  GetLuminance () const

Public Attributes

half  m_red
half  m_green
half  m_blue