lib.haxe.org

format 1.20 Documentation

Back | Index
class format.png.Tools
static function build24(width : Int, height : Int, data : haxe.io.Bytes) : Data
static function build32BE(width : Int, height : Int, data : haxe.io.Bytes) : Data
static function build32LE(width : Int, height : Int, data : haxe.io.Bytes) : Data
static function extract32(d : Data) : haxe.io.Bytes
static function getHeader(d : Data) : Header
Back | Index