yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gfx::Bitmap Member List

This is the complete list of members for yaze::gfx::Bitmap, including all inherited members.

active_yaze::gfx::Bitmapprivate
ApplyPalette(const SnesPalette &palette)yaze::gfx::Bitmap
ApplyPalette(const std::vector< SDL_Color > &palette)yaze::gfx::Bitmap
ApplyPaletteFromPaletteGroup(const SnesPalette &palette, int palette_id)yaze::gfx::Bitmap
ApplyPaletteWithTransparent(const SnesPalette &palette, size_t index, int length=7)yaze::gfx::Bitmap
at(int i) constyaze::gfx::Bitmapinline
Bitmap()=defaultyaze::gfx::Bitmap
Bitmap(int width, int height, int depth, int data_size)yaze::gfx::Bitmap
Bitmap(int width, int height, int depth, const std::vector< uint8_t > &data)yaze::gfx::Bitmapinline
Bitmap(int width, int height, int depth, const std::vector< uint8_t > &data, const SnesPalette &palette)yaze::gfx::Bitmapinline
Cleanup()yaze::gfx::Bitmapinline
Create(int width, int height, int depth, int data_size)yaze::gfx::Bitmapinline
Create(int width, int height, int depth, std::span< uint8_t > data)yaze::gfx::Bitmap
Create(int width, int height, int depth, const std::vector< uint8_t > &data)yaze::gfx::Bitmap
Create(int width, int height, int depth, int format, const std::vector< uint8_t > &data)yaze::gfx::Bitmap
CreateTexture(SDL_Renderer *renderer)yaze::gfx::Bitmap
data() constyaze::gfx::Bitmapinline
data_yaze::gfx::Bitmapprivate
data_size_yaze::gfx::Bitmapprivate
depth() constyaze::gfx::Bitmapinline
depth_yaze::gfx::Bitmapprivate
Get16x16Tile(int tile_x, int tile_y, std::vector< uint8_t > &tile_data, int &tile_data_offset)yaze::gfx::Bitmap
Get8x8Tile(int tile_index, int x, int y, std::vector< uint8_t > &tile_data, int &tile_data_offset)yaze::gfx::Bitmap
height() constyaze::gfx::Bitmapinline
height_yaze::gfx::Bitmapprivate
Initialize(int width, int height, int depth, std::span< uint8_t > &data)yaze::gfx::Bitmap
is_active() constyaze::gfx::Bitmapinline
modified() constyaze::gfx::Bitmapinline
modified_yaze::gfx::Bitmapprivate
mutable_data()yaze::gfx::Bitmapinline
mutable_palette()yaze::gfx::Bitmapinline
palette() constyaze::gfx::Bitmapinline
palette_yaze::gfx::Bitmapprivate
pixel_data_yaze::gfx::Bitmapprivate
Reformat(int format)yaze::gfx::Bitmap
SaveSurfaceToFile(std::string_view filename)yaze::gfx::Bitmap
set_active(bool active)yaze::gfx::Bitmapinline
set_data(const std::vector< uint8_t > &data)yaze::gfx::Bitmapinline
set_modified(bool modified)yaze::gfx::Bitmapinline
size() constyaze::gfx::Bitmapinline
surface() constyaze::gfx::Bitmapinline
surface_yaze::gfx::Bitmapprivate
texture() constyaze::gfx::Bitmapinline
texture_yaze::gfx::Bitmapprivate
texture_pixelsyaze::gfx::Bitmapprivate
UpdateTexture(SDL_Renderer *renderer)yaze::gfx::Bitmap
vector() constyaze::gfx::Bitmapinline
width() constyaze::gfx::Bitmapinline
width_yaze::gfx::Bitmapprivate
WriteColor(int position, const ImVec4 &color)yaze::gfx::Bitmap
WriteToPixel(int position, uint8_t value)yaze::gfx::Bitmapinline