bool isRepeated() const noexcept
Check if the texture is repeated or not.
Definition: Texture.h:189
A texture for colored images.
Definition: Texture.h:301
bool isSmooth() const noexcept
Check if the smooth filter is enabled or not.
Definition: Texture.h:157
An image that lives in the graphic memory that can be used for drawing.
Definition: Texture.h:75
Vector2i getSize() const
Return the size of the texture.
Definition: Texture.h:130
unsigned getName() const
Get the internal representation of the texture.
Definition: Texture.h:121
A texture with a single alpha channel.
Definition: Texture.h:383
Format getFormat() const
Get the format of the texture.
Definition: Texture.h:110