chickadee » leptonic » pix-create

pix-createprocedure
  • in - WIDTH/HEIGHT: int32, in pixels.
  • in - DEPTH: must be 1, 2, 4, 8, or 32
    • Pix->data is ptr to unsigned-int32, array length = w''h, elements initialized to 0
  • returns: ppix on success, #f on error.