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