class NEStley::Rect
- NEStley::Rect
- NEStley::Entity
- Reference
- Object
Direct Known Subclasses
Defined in:
entity/rect.crConstructors
Instance Method Summary
- #background_color : Int32
- #background_color=(background_color : Int32)
- #color_at(x, y) : UInt32
- #drawn!
- #height : UInt32
- #height=(height : UInt32)
- #needs_redraw : Bool
- #needs_redraw=(needs_redraw : Bool)
- #needs_redraw? : Bool
- #set_background(color : Int32)
- #wants_coord?(x, y) : Bool
- #width : UInt32
- #width=(width : UInt32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)
Instance methods inherited from class NEStley::Entity
color_at(x, y) : UInt32
color_at,
drawn!
drawn!,
needs_redraw? : Bool
needs_redraw?,
wants_coord?(x, y) : Bool
wants_coord?
Constructor Detail
def self.new(width : UInt32, height : UInt32, x : Int32 = 0, y : Int32 = 0, background_color : Int32 = 11184640)
#