Method: Fox#fxsaveXPM

Defined in:
rdoc-sources/FXXPMIcon.rb

#fxsaveXPM(store, data, transp, width, height, fast = true) ⇒ Object

Save an XPM image to store (an FXStream instance). Returns true on success, false on failure.

Parameters:

store

stream to which to write the file data FXStream

data

the image pixel data, an array of FXColor values

transp

transparency color FXColor

width

width [Integer]

height

height [Integer]

fast

if true, use fast something



58
# File 'rdoc-sources/FXXPMIcon.rb', line 58

def fxsaveXPM(store, data, transp, width, height, fast=true); end