Sha256: 07e3921e9c1cd4f718ede0ee36678339025e50dc71feb8ec63ea5f78bd1d29f7
Contents?: true
Size: 552 Bytes
Versions: 5
Compression:
Stored size: 552 Bytes
Contents
module Fox # # X Bitmap (XBM) image # class FXXBMImage < FXImage # # Return an initialized FXXBMImage instance. # # ==== Parameters: # # +a+:: an application instance [FXApp] # +pixels+:: a memory buffer formatted in XBM file format [String] # +mask+:: a memory buffer formatted in XBM file format [String] # +opts+:: options [Integer] # +w+:: width [Integer] # +h+:: height [Integer] # def initialize(a, pixels=nil, mask=nil, opts=0, w=1, h=1) # :yields: theXBMImage end end end
Version data entries
5 entries across 5 versions & 1 rubygems