| http://www.w3.org/ns/prov#value | - To compute the average color, we extract the matrix, flatten it into a list of RGB values, and calculate the average (Mean[]) of those values (each value is a triple of numbers, but Mean is happy to work with lists as well as individual numbers, so it computes the average triple).
|