background_save - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Exports the pixel data in a background to an external image file.
- ind: index of the background
- fname: string value representing the path where to save
Document return values.
// demonstrates saving a background locally as a portable network graphic
background_save(mybg, "mybg.png")
NOTOC