class ChunkyPNG::Canvas

def area

Returns:
  • (Integer) - The number of pixels in this canvas
def area
  pixels.length
end