Texture

sfml.graphics.Texture
See theTexture companion trait
object Texture

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Texture.type

Members list

Type members

Classlikes

object ctor

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ctor.type

Types

opaque type ctor

Value members

Concrete methods

def apply(): Texture
def apply(filename: Immutable[Path]): Texture
def apply(filename: Immutable[Path], sRgb: Boolean): Texture
def apply(filename: Immutable[Path], sRgb: Boolean, area: Immutable[Rect[Int]]): Texture
def apply(size: Immutable[Vector2[Int]]): Texture
def apply(size: Immutable[Vector2[Int]], sRgb: Boolean): Texture

Extensions

Extensions

extension (self: Immutable[Texture])
def isSrgb: Boolean
def repeated: Boolean
def size: Vector2[Int]
def smooth: Boolean