How can I find the single color that is the average of all the colors in an image?
Average RGB/Image?
BlitzPlus Forums/BlitzPlus Programming/Average RGB/Image? 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?