# File lib/png.rb, line 272
    def rgb # TODO: rgba?
      return r, g, b
    end