#include <HxRgbOOO.h>
Public Types | |
typedef ValDoubleT | ArithTypeDouble |
The "double" arithtype. More... | |
Public Methods | |
HxRgbOOO (HxTagList &) | |
Constructor : empty. More... | |
int | doIt (const ValT &pixV) |
Actual operation for the "standard" arithtype. More... | |
int | doItDouble (const ValDoubleT &pixV) |
Actual operation for the "double" arithtype. More... | |
Static Public Methods | |
HxString | className () |
The name : "OOO". More... |
pixV is OOO color.
|
The "double" arithtype.
|
|
Constructor : empty.
00031 {} |
|
Actual operation for the "standard" arithtype.
00035 { 00036 return HxColRGB2int( 00037 HxColOOO2RGB((HxVec3Double) pixV)); 00038 } |
|
Actual operation for the "double" arithtype.
00042 { 00043 return HxColRGB2int( 00044 HxColOOO2RGB((HxVec3Double) pixV)); 00045 } |
|
The name : "OOO".
00049 { return HxString("OOO"); } |