SetDefaultScaleMode

Category: Images and Rendering

Back to System Functions


Signature

SetDefaultScaleMode(mode As Integer)

Returns

Void

Description

Sets the scale or filter mode applied to images loaded after the call.

The mode argument should be a value from Scale Mode Constants.

Example

SetDefaultScaleMode(SCALE_NEAREST) player = LoadImage("player.png")