Hi,
is it possible to get a group of pixels from a image (pix_crop for example), get the color average of this pixels and draw a square of this color?
-
color average
-
you could use [pix_data] to read the questioned colors, than take average...
-
thanks. I'm trying that.
-
The object you're after is [pix_mean_color]