bool isRepeated() const noexcept
Check if the texture is repeated or not. 
Definition: Texture.h:197
 
A texture for colored images. 
Definition: Texture.h:339
 
bool isSmooth() const noexcept
Check if the smooth filter is enabled or not. 
Definition: Texture.h:165
 
An image that lives in the graphic memory that can be used for drawing. 
Definition: Texture.h:67
 
unsigned getName() const
Get the internal representation of the texture. 
Definition: Texture.h:129
 
A texture with a single alpha channel. 
Definition: Texture.h:474
 
Format getFormat() const
Get the format of the texture. 
Definition: Texture.h:118
 
Vector2u getSize() const
Return the size of the texture. 
Definition: Texture.h:138