Sha256: a73741d17f10191c932210a8896d983c89beb8d523f878a0021feebdaf82546c

Contents?: true

Size: 469 Bytes

Versions: 5

Compression:

Stored size: 469 Bytes

Contents

module Fox
  #
  # Portable Pixmap (PPM) Image
  #
  class FXPPMImage < FXImage
    #
    # Return an initialized FXPPMImage instance.
    #
    # ==== Parameters:
    #
    # +a+::	an application instance [FXApp]
    # +pix+::	a memory buffer formatted in PPM file format [String]
    # +opts+::	options [Integer]
    # +w+::	width [Integer]
    # +h+::	height [Integer]
    #
    def initialize(a, pix=nil, opts=0, w=1, h=1) # :yields: thePPMImage
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fxruby-1.2.3 rdoc-sources/FXPPMImage.rb
fxruby-1.2.2 rdoc-sources/FXPPMImage.rb
fxruby-1.2.4 rdoc-sources/FXPPMImage.rb
fxruby-1.2.5 rdoc-sources/FXPPMImage.rb
fxruby-1.2.6 rdoc-sources/FXPPMImage.rb