How to have Color panel report in gray levels instead of K
I'm working with an 8-bit gray scale image. I'd like to work in normal 0-255 valued gray levels just like we do for color images. However when the image mode is Grayscale, the color panel shows the brightness value of the pixel in K, which has values of 0-100 and is the opposite of gray levels, meaning a bigger number is a darker color rather than a brighter gray level. How can I switch from reporting brightness in K units to the normal 0-255 gray level units? And is there a way to make that the default so I don't have to switch unit every session?

