Color.this

Creates the average colour of the given one.

Examples

assert(new Color([new Color(200, 0, 0), new Color(0, 200, 0)]) == new Color(100, 100, 0));

Meta