Method: Fox::FXImage#getPixel
- Defined in:
- rdoc-sources/FXImage.rb
#getPixel(x, y) ⇒ Object
Return the color of the pixel at (x, y).
Parameters:
x-
x-coordinate of the pixel of interest [Integer]
y-
y-coordinate of the pixel of interest [Integer]
118 |
# File 'rdoc-sources/FXImage.rb', line 118 def getPixel(x, y) ; end |