Draw_sprite_stretched_ext - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

NOTOC {{-}} This function is part of the function set Drawing sprites

Notation

Description

Draws the sprite stretched so that it fills the region with top-left corner (x,y) and width w and height h. color is the blending color and alpha indicates the transparency setting.

Parameters

  • sprite
  • subimg
  • x
  • y
  • w
  • h
  • color
  • alpha

Return Values

Document return values.

Example Call

Example of using the function.