How to get the color of a point at x,y-coordinate?

The extension “read pixels” will give you the RGB values (along with alpha) which you can combine into the string “red value;green value; blue value” like “222;123;0”

This would get the color at the cursor.
image

Once the extension is installed, in the expressions section
image

1 Like