# File lib/pixels.rb, line 351
351:     def get_row_rgb(y)
352:       return get_row(y).map { |color| rgb_from_color(color) }
353:     end