Would it be possible to get the Hex code from a certain pixel on a certain layer?
Let's say I place a white to black gradient on a one layer. When the character moves across this gradient from white to black he would gradually get darker.
So when he is stepping on white, i want to catch 255,255,255, or FFFFFF or something like that, and on black, 0,0,0, or 000000, then by these numbers control the intensity of a certain layer effect?
Kind of like controlling the tint of the character based on what color he is standing on.