BPP format metadata and conversion information. More...
#include <bpp_format_manager.h>
Public Member Functions | |
| BppFormatInfo ()=default | |
| BppFormatInfo (BppFormat fmt, const std::string &n, int bpp, int max_col, int bytes_tile, int bytes_sheet, bool compressed, const std::string &desc) | |
Public Attributes | |
| BppFormat | format |
| std::string | name |
| int | bits_per_pixel |
| int | max_colors |
| int | bytes_per_tile |
| int | bytes_per_sheet |
| bool | is_compressed |
| std::string | description |
BPP format metadata and conversion information.
Definition at line 30 of file bpp_format_manager.h.
|
default |
|
inline |
Definition at line 42 of file bpp_format_manager.h.
| BppFormat yaze::gfx::BppFormatInfo::format |
Definition at line 31 of file bpp_format_manager.h.
| std::string yaze::gfx::BppFormatInfo::name |
| int yaze::gfx::BppFormatInfo::bits_per_pixel |
Definition at line 33 of file bpp_format_manager.h.
Referenced by yaze::gfx::GraphicsOptimizer::CalculateMemorySavings(), and yaze::gui::BppFormatUI::RenderFormatInfo().
| int yaze::gfx::BppFormatInfo::max_colors |
Definition at line 34 of file bpp_format_manager.h.
Referenced by yaze::gui::BppComparisonTool::CalculateMetrics(), and yaze::gui::BppFormatUI::RenderFormatInfo().
| int yaze::gfx::BppFormatInfo::bytes_per_tile |
Definition at line 35 of file bpp_format_manager.h.
Referenced by yaze::gui::BppFormatUI::RenderFormatInfo().
| int yaze::gfx::BppFormatInfo::bytes_per_sheet |
Definition at line 36 of file bpp_format_manager.h.
| bool yaze::gfx::BppFormatInfo::is_compressed |
Definition at line 37 of file bpp_format_manager.h.
Referenced by yaze::gui::BppFormatUI::RenderFormatInfo().
| std::string yaze::gfx::BppFormatInfo::description |
Definition at line 38 of file bpp_format_manager.h.
Referenced by yaze::gui::BppFormatUI::GetFormatDescription(), and yaze::gui::BppFormatUI::RenderFormatInfo().