Blue =  pixel .color .blue .get  (  PosX ,  PosY  )  
                                          
Description :

This instruction returns the blue component of the color of the pixel located at a specified screen position.

Parameters :

  • X component of the pixel position.
  • Y component of the pixel position.

Return Value :

  • Blue component of the pixel's color.

Examples :