Method: Fox::FXImage#setPixel
- Defined in:
- rdoc-sources/FXImage.rb
#setPixel(x, y, clr) ⇒ Object
Set pixel at (x, y) to clr.
Parameters:
x-
x-coordinate of the pixel of interest [Integer]
y-
y-coordinate of the pixel of interest [Integer]
clr-
new color value for this pixel Fox::FXColor
129 |
# File 'rdoc-sources/FXImage.rb', line 129 def setPixel(x, y, clr) ; end |