Where can I see the exact RGB value of the color ‘grey’ when using the line:
window = visual.Window(size = (h, w) , units="pix", color='Grey')
@oren, if you are using the named colorspace, you can use window.rgb
to get the RGB value.
@dvbridges Great! thanks