module ChunkyPNG::Canvas::Operations

def grayscale

Other tags:
    See: {ChunkyPNG::Color#to_grayscale} -
    See: {#grayscale!} -

Returns:
  • (ChunkyPNG::Canvas) - A copy of the canvas, converted to
def grayscale
  dup.grayscale!
end