SetImageScaleMode

Category: Images and Rendering

Back to System Functions


Signature

SetImageScaleMode(imageReference As Integer, mode As Integer)

Returns

Void

Description

Sets the texture filtering mode used when that image is drawn.

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

Example

SetImageScaleMode(player, SCALE_NEAREST) SetImageScaleMode(background, SCALE_LINEAR)