# File lib/color/palette/gimp.rb, line 92
92:   def each
93:     @colors.each { |el| yield el }
94:   end