Referencia createImage()

createImage()

Crea un objeto

Ejemplos

Sintaxis

createImage(width, height)

Parámetros

width
Integer:

ancho en píxeles.

height
Integer:

alto en píxeles.

Returns

p5.Image: nuevo objeto p5.Image.
This page is generated from the comments in src/image/image.js . Please feel free to edit it and submit a pull request!

Referencias Relacionadas