#include <TIL_Image.h>

Public Member Functions | |
| TIL_SoftwareEmulState () | |
| TIL_SoftwareEmulState (const TIL_SoftwareEmulState ©) | |
| ~TIL_SoftwareEmulState () | |
| int | operator== (const TIL_SoftwareEmulState &) const |
| TIL_SoftwareEmulState & | operator= (const TIL_SoftwareEmulState &) |
| void | loadLUT () |
| bool | isNeeded (TIL_DataFormat forformat) |
Public Attributes | |
| char * | myLUT |
| float | myBlack |
| float | myWhite |
| float | myScale |
| float | myShift |
| float | myGamma |
| int | myComponent |
| TIL_Lookup * | myLookup |
| float | myAspectRatio |
| unsigned | my8Bit: 1 |
| unsigned | myHardAccel: 1 |
| unsigned | myHardLUT: 1 |
Definition at line 41 of file TIL_Image.h.
| TIL_SoftwareEmulState::TIL_SoftwareEmulState | ( | ) |
| TIL_SoftwareEmulState::TIL_SoftwareEmulState | ( | const TIL_SoftwareEmulState & | copy | ) |
| TIL_SoftwareEmulState::~TIL_SoftwareEmulState | ( | ) |
| bool TIL_SoftwareEmulState::isNeeded | ( | TIL_DataFormat | forformat | ) |
| void TIL_SoftwareEmulState::loadLUT | ( | ) |
| TIL_SoftwareEmulState& TIL_SoftwareEmulState::operator= | ( | const TIL_SoftwareEmulState & | ) |
| int TIL_SoftwareEmulState::operator== | ( | const TIL_SoftwareEmulState & | ) | const |
| unsigned TIL_SoftwareEmulState::my8Bit |
Definition at line 67 of file TIL_Image.h.
Definition at line 66 of file TIL_Image.h.
Definition at line 59 of file TIL_Image.h.
Definition at line 64 of file TIL_Image.h.
Definition at line 63 of file TIL_Image.h.
| unsigned TIL_SoftwareEmulState::myHardAccel |
Definition at line 67 of file TIL_Image.h.
| unsigned TIL_SoftwareEmulState::myHardLUT |
Definition at line 67 of file TIL_Image.h.
| TIL_Lookup* TIL_SoftwareEmulState::myLookup |
Definition at line 65 of file TIL_Image.h.
Definition at line 58 of file TIL_Image.h.
Definition at line 61 of file TIL_Image.h.
Definition at line 62 of file TIL_Image.h.
Definition at line 60 of file TIL_Image.h.
1.5.9