|
static std::vector< std::vector< TxzFileSerializer::PsxPixel > > | VGears::To2D16bit (const TxzFileSerializer::VRamBlock &block) |
| Converts a VRam block to a list of 2D PSX pixels. More...
|
|
static std::vector< std::vector< TxzFileSerializer::PsxPixel4Bit > > | VGears::To2D8bit (const TxzFileSerializer::VRamBlock &block) |
| Converts a VRam block to a list of 2D PSX pixels. More...
|
|
static uint8 | VGears::To24Bit (uint8 v) |
| Turns a component to a 24 byte value. More...
|
|
static std::array< TxzFileSerializer::PsxPixel, 16 > | VGears::GetPal (const TxzFileSerializer::VRamBlock &palletes, const std::vector< std::vector< TxzFileSerializer::PsxPixel > > &pallete_pixels, const TxzFileSerializer::WorldMapTexture &entry) |
|