class Crixel::SixelImage
- Crixel::SixelImage
- Reference
- Object
Defined in:
crixel.crConstructors
Instance Method Summary
- #height : UInt32
- #height=(height : UInt32)
- #pixels : Array(UInt32)
- #pixels=(pixels : Array(UInt32))
- #render
- #render_full
- #render_naive
- #render_naive_full
- #set(x, y, color : UInt32)
- #set_target(io : IO)
- #target : IO
- #target=(target : IO)
- #width : UInt32
- #width=(width : UInt32)
- #write(msg : String)