Get a pixel rgb values from Top

Hi, I have a question for a get pixel value from the top operator.

this is 5 * 5 random from noise,

Is it possible to get a specific values from Top?

It is assumed as a 5*5 matrix. I want to get the RGB values of the matrix of
[0][0]. or [2][2] or something does anyone who knows get the RGB values?

hi,

There sure are multiple ways to achieve this. Some of them would be :

  • GLSL
  • extract the pixel colors using a TOPto CHOP and either use some python expression or use the Crop option directly in the TOPto CHOP to grab the sample you need
  • use a Crop TOP to isolate the pixel you need and then use the TOPto CHOP to get the pixel values