Sha256: d3ca8c8ea68e847423b7477a764effecaf87151f96a25ec71f2e5c54816a9430
Contents?: true
Size: 461 Bytes
Versions: 5
Compression:
Stored size: 461 Bytes
Contents
module Fox # # Iris RGB Image # class FXRGBImage < FXImage # # Return an initialized FXRGBImage instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pix+:: a memory buffer formatted in IRIS RGB file format [String] # +opts+:: options [Integer] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: theRGBImage end end end
Version data entries
5 entries across 5 versions & 1 rubygems