Classes | |
| struct | Entry |
Public Member Functions | |
| ScreenEffects (BladeRunnerEngine *vm, int size) | |
| void | readVqa (Common::SeekableReadStream *stream) |
| void | getColor (Color256 *outColor, uint16 x, uint16 y, uint16 z) const |
| void | toggleEntry (int effectId, bool skip) |
Public Attributes | |
| BladeRunnerEngine * | _vm |
| Common::Array< Entry > | _entries |
| uint8 * | _data |
| int | _dataSize |
| Common::Array< int > | _skipEntries |