bool isRepeated() const noexcept
Check if the texture is repeated or not.
Definition: Texture.h:193
A texture for colored images.
Definition: Texture.h:313
bool isSmooth() const noexcept
Check if the smooth filter is enabled or not.
Definition: Texture.h:161
An image that lives in the graphic memory that can be used for drawing.
Definition: Texture.h:79
Vector2i getSize() const
Return the size of the texture.
Definition: Texture.h:134
unsigned getName() const
Get the internal representation of the texture.
Definition: Texture.h:125
A texture with a single alpha channel.
Definition: Texture.h:395
Format getFormat() const
Get the format of the texture.
Definition: Texture.h:114