module

Breadbin::Image

A module for wrapping functionality common to both Image::Hires and Image::Multicolor

Instance methods

[](x : Int32, y : Int32)
Source
[]=(x : Int32, y : Int32, color : Int32 | Color)
Source
cell_height
Source
cell_width
Source
colfix
Source
colfix=(colfix : String | Nil)
Source
convert_png(png : StumpyPNG::PNG, rect : Rectangle)
Source
height
Source
height=(height : Int32)
Source
palette
Source
palette=(palette : Palette)
Source
width
Source
width=(width : Int32)
Source
write_png(pathname : String)
Source

Nested types