module Drawable
Direct including types
Defined in:
drawable.crClass Method Summary
- .resize_bilinear(source : Drawable, dest : Drawable)
- .resize_nearest_neighbor(source : Drawable, dest : Drawable)
Instance Method Summary
- #color(x, y) : Enumerable
-
#fill(&)
Iterate over each x, y coordinate and set the pixel value.
- #height
- #set_color(x, y, color : Enumerable)
-
#width
To be implemented by the including class