blank() Instance Public methods Blank the image; that is, set the entire image to have no data, so it will be displayed as transparent, and the background of whatever window it is displayed in will show through.
new(*args) Class Public methods Create a new image with the given options. Examples of use : Create an empty image of 300x200 pixels image = TkPhotoImage.new(:height => 200, :width => 300) Create an image from a file image = TkPhotoImage.new(:file: => 'my_image.gif') Options Photos support the following options: :data Specifies the contents of the image as a string. :format Specifies the name of the file format for the data. :file Gives the name of a file that is to
recolorTree(colors) Instance Public methods
setPalette(*args) Class Public methods
set(*args) Class Public methods
recolorTree(win, colors) Class Public methods
darken(color, percent) Class Public methods
bisque() Class Public methods
vsatisfies(version1, version2) Instance Public methods
versions(package) Instance Public methods
Page 594 of 2275