Average RGB/Image?

BlitzPlus Forums/BlitzPlus Programming/Average RGB/Image?

WillKoh(Posted 2003) [#1]
How can I find the single color that is the average of all the colors in an image?


TeraBit(Posted 2003) [#2]
Add up all the R G B values (Separately) in an image using GetColor or ReadPixel and divide by the number of pixels in the image?