class Cryaa::AsciiArt

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(image : Canvas) #

Instance Method Detail

def ascii : String? #

def ascii=(ascii : String?) #

def asciify #

def box_h : UInt8 #

def box_h=(box_h : UInt8) #

def box_start?(x, y) #

def box_w : UInt8 #

def box_w=(box_w : UInt8) #

def character_index(grey) #

def chars : String #

def chars=(chars : String) #

def grey_of_box(x, y) #

def height : Int32 #

def height=(height : Int32) #

def image : Canvas #

def to_grey(r, g, b) #

def width : Int32 #

def width=(width : Int32) #