Rose
rose::gm::Surface Member List

This is the complete list of members for rose::gm::Surface, including all inherited members.

blitSurface(Surface &source)rose::gm::Surface
color(int x, int y) constrose::gm::Surface
createWithFormat(int width, int height, int depth=32, SDL_PixelFormatEnum format=SDL_PIXELFORMAT_RGBA8888)rose::gm::Surface
fillRectangle(const Rectangle &rect, const color::RGBA &color)rose::gm::Surface
fillRectangle(const color::RGBA &color)rose::gm::Surface
pixel(int x, int y) constrose::gm::Surface
setBlendMode(SDL_BlendMode blendMode) noexceptrose::gm::Surface
setColor(int x, int y, color::RGBA color)rose::gm::Surface
Surface()=defaultrose::gm::Surface
Surface(SDL_Surface *surface)rose::gm::Surfaceinlineexplicit
Surface(const std::filesystem::path &path)rose::gm::Surfaceexplicit
Surface(int width, int height, int depth=32, SDL_PixelFormatEnum format=SDL_PIXELFORMAT_RGBA8888)rose::gm::Surface
Surface(Size size, int depth=32, SDL_PixelFormatEnum format=SDL_PIXELFORMAT_RGBA8888) (defined in rose::gm::Surface)rose::gm::Surfaceinlineexplicit
Surface(int width, int height, int depth, uint32_t rmask, uint32_t gmask, uint32_t bmask, uint32_t amask) (defined in rose::gm::Surface)rose::gm::Surface
textureFromSurface(Context &context, Texture &texture)rose::gm::Surface
toTexture(Context &context)rose::gm::Surface