module ChunkyPNG::Canvas::Operations
def rotate_right
- See: #rotate_right! - for the in place version.
Returns:
-
(ChunkyPNG::Canvas)
- A clockwise-rotated copy.
def rotate_right dup.rotate_right! end
(ChunkyPNG::Canvas)
- A clockwise-rotated copy.
def rotate_right dup.rotate_right! end