Bitmap: Add #v_flip / #h_flip methods
This commit is contained in:
parent
1c2dc115b8
commit
a651639524
4 changed files with 76 additions and 0 deletions
|
@ -14,6 +14,11 @@ returns: self
|
|||
|
||||
Writes the contents of the bitmap to `filename`, in PNG format.
|
||||
|
||||
## Bitmap.v_flip() / .h_flip()
|
||||
returns: nil
|
||||
|
||||
Flips the bitmap image vertically / horizontally.
|
||||
|
||||
## Input.scroll_v()
|
||||
returns: Integer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue