Method: Fox::FXImage#pixels
- Defined in:
- rdoc-sources/FXImage.rb
#pixels ⇒ Object
Array of colors of all image pixels. Can also be written as String of raw [RGBA] values.
54 55 56 |
# File 'rdoc-sources/FXImage.rb', line 54 def pixels @pixels end |