class Canvas
- Canvas
- Reference
- Object
Defined in:
canvas.crConstructors
Instance Method Summary
- #canvas : Array(Array(Color))
- #height : Int32
- #pixel_at(width = 0, height = 0)
- #to_ppm
- #width : Int32
- #write_pixel(row : Int32, col : Int32, color : Color)