Method: Fox::FXRGBImage#initialize
- Defined in:
- rdoc-sources/FXRGBImage.rb
#initialize(a, pix = nil, opts = 0, width = 1, height = 1) ⇒ FXRGBImage
Return an initialized FXRGBImage instance.
Parameters:
a
-
an application instance Fox::FXApp
pix
-
a memory buffer formatted in IRIS RGB file format [String]
opts
-
options [Integer]
width
-
width [Integer]
height
-
height [Integer]
27 28 |
# File 'rdoc-sources/FXRGBImage.rb', line 27 def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: theRGBImage end |