module ChunkyPNG::Canvas::Operations

def rotate_right

Other tags:
    See: #rotate_right! - for the in place version.

Returns:
  • (ChunkyPNG::Canvas) - A clockwise-rotated copy.
def rotate_right
  dup.rotate_right!
end