Getting the color of a pixel

53 Views Asked by At

Is it possible to load an image onto a buffered image and then get the color of that pixel? Also, is it possible to assign values of an RBG color to a variable? For example, if a picture, at a specific pixel 5, 5 has a color (20, 50, 200) is it possible to get that value and then assign x = R(20), y = G(50) and z = B(200)?

0

There are 0 best solutions below