Method: Fox::FXImage#gradient
- Defined in:
- rdoc-sources/FXImage.rb
#gradient(topleft, topright, bottomleft, bottomright) ⇒ Object
Fill image using a bilinear gradient.
Parameters:
topleft-
pixel color for top-left corner Fox::FXColor
topright-
pixel color for top-right corner Fox::FXColor
bottomleft-
pixel color for bottom-left corner Fox::FXColor
bottomright-
pixel color for bottom-right corner Fox::FXColor
286 |
# File 'rdoc-sources/FXImage.rb', line 286 def gradient(topleft, topright, bottomleft, bottomright); end |