#include <HalfColorBuf.h>
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 |
Definition at line 10 of file HalfColorBuf.h.
|
Definition at line 14 of file HalfColorBuf.h. References m_blue, m_green, and m_red. Referenced by operator+(). |
|
Definition at line 53 of file HalfColorBuf.h. |
|
|
|
Definition at line 37 of file HalfColorBuf.h. References m_blue. Referenced by HalfColorBufAlpha::Blue(), ColorVector::ColorVector(), Max(), operator+(), operator+=(), operator-=(), and operator=(). |
|
Definition at line 50 of file HalfColorBuf.h. |
|
Definition at line 36 of file HalfColorBuf.h. References m_green. Referenced by ColorVector::ColorVector(), HalfColorBufAlpha::Green(), Max(), operator+(), operator+=(), operator-=(), and operator=(). |
|
Definition at line 45 of file HalfColorBuf.h. References Blue(), Green(), MIN, Red(), SetBlue(), SetGreen(), and SetRed(). Referenced by HalfColorBufAlpha::Max(). Here is the call graph for this function: ![]() |
|
Definition at line 80 of file HalfColorBuf.h. |
|
Definition at line 33 of file HalfColorBuf.h. |
|
Definition at line 94 of file HalfColorBuf.h. References Blue(), Green(), HalfColorBuf(), m_blue, m_green, m_red, and Red(). Here is the call graph for this function: ![]() |
|
Definition at line 66 of file HalfColorBuf.h. References Blue(), Green(), m_blue, m_green, m_red, and Red(). Here is the call graph for this function: ![]() |
|
Definition at line 73 of file HalfColorBuf.h. References Blue(), Green(), m_blue, m_green, m_red, and Red(). Here is the call graph for this function: ![]() |
|
Definition at line 87 of file HalfColorBuf.h. |
|
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: ![]() |
|
Definition at line 102 of file HalfColorBuf.h. |
|
Definition at line 30 of file HalfColorBuf.h. References m_red. |
|
Definition at line 29 of file HalfColorBuf.h. References m_red. |
|
Definition at line 35 of file HalfColorBuf.h. References m_red. Referenced by ColorVector::ColorVector(), Max(), operator+(), operator+=(), operator-=(), operator=(), and HalfColorBufAlpha::Red(). |
|
Definition at line 40 of file HalfColorBuf.h. |
|
Definition at line 39 of file HalfColorBuf.h. References m_blue, m_green, and m_red. Referenced by HalfColorBufAlpha::Set(). |
|
Definition at line 43 of file HalfColorBuf.h. References m_blue. Referenced by Max(), and HalfColorBufAlpha::SetBlue(). |
|
Definition at line 42 of file HalfColorBuf.h. References m_green. Referenced by Max(), and HalfColorBufAlpha::SetGreen(). |
|
Definition at line 41 of file HalfColorBuf.h. References m_red. Referenced by Max(), and HalfColorBufAlpha::SetRed(). |
|
Definition at line 13 of file HalfColorBuf.h. Referenced by Blue(), GetLuminance(), HalfColorBuf(), operator *=(), operator+(), operator+=(), operator-=(), operator/=(), operator=(), operator==(), Set(), and SetBlue(). |
|
Definition at line 13 of file HalfColorBuf.h. Referenced by GetLuminance(), Green(), HalfColorBuf(), operator *=(), operator+(), operator+=(), operator-=(), operator/=(), operator=(), operator==(), Set(), and SetGreen(). |
|
Definition at line 13 of file HalfColorBuf.h. Referenced by GetLuminance(), HalfColorBuf(), operator *=(), operator+(), operator+=(), operator-=(), operator/=(), operator=(), operator==(), operator[](), Red(), Set(), and SetRed(). |
Generated on Thu Oct 27 11:46:52 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001