FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Website, Reference, Example Suggestions
(Moderator: REAS)
   Basic question BImage object
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Basic question BImage object  (Read 574 times)
javito

jburong Email
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

WWW
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..)
 
Pages: 1 

« Previous topic | Next topic »