![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
A reference to an image. More...
#include <gf/Tmx.h>
Public Attributes | |
| std::string | format |
| The format of the image. More... | |
| Path | source |
| The path to the image. More... | |
| Color4u | transparent |
| The transparent color. More... | |
| Vector2i | size |
| The size of the image. More... | |
A reference to an image.
| std::string gf::TmxImage::format |
The format of the image.
| Vector2i gf::TmxImage::size |
The size of the image.
| Path gf::TmxImage::source |
The path to the image.
| Color4u gf::TmxImage::transparent |
The transparent color.