Functions | |
| void | cucul_invert (cucul_canvas_t *) |
| Invert a canvas' colours. | |
| void | cucul_flip (cucul_canvas_t *) |
| Flip a canvas horizontally. | |
| void | cucul_flop (cucul_canvas_t *) |
| Flip a canvas vertically. | |
| void | cucul_rotate (cucul_canvas_t *) |
| Rotate a canvas. | |
|
|
This function inverts a canvas' colours (black becomes white, red becomes cyan, etc.) without changing the characters in it.
|
|
|
This function flips a canvas horizontally, choosing characters that look like the mirrored version wherever possible.
|
|
|
This function flips a canvas vertically, choosing characters that look like the mirrored version wherever possible.
|
|
|
This function applies a 180 degrees transformation to a canvas, choosing characters that look like the mirrored version wherever possible.
|