Method: Fox.fxsavePCX

Defined in:
rdoc-sources/FXPCXIcon.rb

.fxsavePCX(store, data, transp, width, height) ⇒ Object

Save a PCX image to a stream. Returns true on success, false on failure.

Parameters:

store

stream to which to write the image data FXStream

data

the image pixel data [String]

transp

transparency color FXColor

width

width [Integer]

height

height [Integer]



56
# File 'rdoc-sources/FXPCXIcon.rb', line 56

def Fox.fxsavePCX(store, data, transp, width, height); end