graphics.loadPNG

Revision as of 20:57, 3 October 2019 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

graphics.loadPNG

Signature: void graphics.loadPNG(Stream stream)

Usage: create a texture object from a stream containing PNG data

Parameters

Stream stream The stream containing PNG data.

Return

void

On failure: bool false