Metadata for tracking bitmap source format and palette requirements. More...
#include <bitmap.h>
Public Member Functions | |
BitmapMetadata ()=default | |
BitmapMetadata (int bpp, int format, const std::string &type, int colors=256) | |
Public Attributes | |
int | source_bpp = 8 |
int | palette_format = 0 |
std::string | source_type |
int | palette_colors = 256 |
Metadata for tracking bitmap source format and palette requirements.
|
default |
int yaze::gfx::Bitmap::BitmapMetadata::source_bpp = 8 |
Definition at line 267 of file bitmap.h.
Referenced by yaze::zelda3::OverworldMapScreen::Create(), and yaze::zelda3::TitleScreen::Create().
int yaze::gfx::Bitmap::BitmapMetadata::palette_format = 0 |
Definition at line 268 of file bitmap.h.
Referenced by yaze::gfx::Bitmap::ApplyPaletteByMetadata(), yaze::zelda3::OverworldMapScreen::Create(), and yaze::zelda3::TitleScreen::Create().
std::string yaze::gfx::Bitmap::BitmapMetadata::source_type |
Definition at line 269 of file bitmap.h.
Referenced by yaze::zelda3::OverworldMapScreen::Create(), and yaze::zelda3::TitleScreen::Create().
int yaze::gfx::Bitmap::BitmapMetadata::palette_colors = 256 |
Definition at line 270 of file bitmap.h.
Referenced by yaze::zelda3::OverworldMapScreen::Create(), and yaze::zelda3::TitleScreen::Create().