|
Author |
Topic: Basic question BImage object (Read 574 times) |
|
javito
|
Basic question BImage object
« on: Jul 24th, 2003, 4:05pm » |
|
" The BImage object contains properties for the width and height of the image, as well as an array called pixels[] which contains the values for every pixel in the image " these values are color datatype? Thanks and sorry about my no knowledge
|
Javi Burón
|
|
|
fry
|
Re: Basic question BImage object
« Reply #1 on: Jul 24th, 2003, 4:33pm » |
|
yes, that's correct. you can use int[] if you're familiar with that from java, or it's color[] in p5 syntax. (actually, i'm moving this over to web site suggestions, since this should probably be noted in the docs..)
|
|
|
|
|