do you mean just the 3 numbers for the color of the pixel you clicked ?
color col1 = get (mouseX,mouseY);
println(red(col1), green(col1), blue(col1));
do you mean just the 3 numbers for the color of the pixel you clicked ?
color col1 = get (mouseX,mouseY);
println(red(col1), green(col1), blue(col1));