# File lib/pixels.rb, line 359
359:     def get_row_rgba(y)
360:       return get_row(y).map { |color| rgba_from_color(color) }
361:     end