abstract class Tilerender::Base

Direct Known Subclasses

Defined in:

interfaces/base.cr

Instance Method Summary

Instance Method Detail

abstract def background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void #

[View source]
abstract def background(x : UInt16, y : UInt16, color : Color) : Void #

[View source]
abstract def clear : Void #

[View source]
abstract def dimensions(width : UInt16, height : UInt16) : Void #

[View source]
abstract def empty(x : UInt16, y : UInt16) : Void #

[View source]
abstract def flush : Void #

[View source]
abstract def foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void #

[View source]
abstract def foreground(x : UInt16, y : UInt16, color : Color) : Void #

[View source]
def hide : Void #

[View source]
abstract def reset : Void #

[View source]
def show : Void #

[View source]
abstract def text(message : String) : Void #

[View source]
def visible : Bool #

[View source]