Skip to content

Background_save

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally