14 gfx::PixelFormat pix_fmt;
15 bool has_extended_palette;
26 u32 palette_idx_table_unk;
33 NCLR() : data(nullptr) {}
37 if(this->data !=
nullptr) {
43 Result ValidateImpl(
const std::string &path, std::shared_ptr<fs::FileHandle> file_handle,
const fs::FileCompression comp)
override;
44 Result ReadImpl(
const std::string &path, std::shared_ptr<fs::FileHandle> file_handle,
const fs::FileCompression comp)
override;
45 Result WriteImpl(
const std::string &path, std::shared_ptr<fs::FileHandle> file_handle,
const fs::FileCompression comp)
override;