-
Notifications
You must be signed in to change notification settings - Fork 0
Background_replace
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Replaces a currently visible background with another.
- ind: index of the background
- fname: string value representing the file path
- removeback: whether or not to remove the background color, determined by the lower left pixel color
- smooth: whether or not to make the background look smoother by interpolation
Document return values.
//The following example replaces the resource id of background1 with background2
background_replace(background1,background2,0,0,1);NOTOC
This is number 1