nw::Plt

struct Plt

Implementation of Bioware’s PLT file format.

Public Functions

Plt(std::filesystem::path file)
Plt(ResourceData data)
uint32_t height() const

Gets height.

const PltPixel *pixels() const

Gets pixel array.

bool valid() const

Determines if PLT was successfully parsed.

uint32_t width() const

Gets width.