Gamedev Framework (gf)  0.12.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::TmxImage Struct Reference

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...
 
Vector2u size
 The size of the image. More...
 

Detailed Description

A reference to an image.

Member Data Documentation

◆ format

std::string gf::TmxImage::format

The format of the image.

◆ size

Vector2u gf::TmxImage::size

The size of the image.

◆ source

Path gf::TmxImage::source

The path to the image.

◆ transparent

Color4u gf::TmxImage::transparent

The transparent color.