module Breadbin::Image
Overview
A module for wrapping functionality common to both Image::Hires
and Image::Multicolor
Direct including types
Defined in:
breadbin/image.crInstance Method Summary
- #[](x : Int32, y : Int32)
- #[]=(x : Int32, y : Int32, color : Int32 | Color)
- #cell_height : Int32
- #cell_width : Int32
- #colfix : String | Nil
- #colfix=(colfix : String | Nil)
- #convert_png(png : StumpyPNG::PNG, rect : Rectangle)
- #height : Int32
- #height=(height : Int32)
- #palette : Palette
- #palette=(palette : Palette)
- #width : Int32
- #width=(width : Int32)
- #write_png(pathname : String)