Method: Color::Palette::AdobeColor#each_name

Defined in:
lib/color/palette/adobecolor.rb

#each_nameObject

Loops through each named colour set.

[View source]

202
203
204
# File 'lib/color/palette/adobecolor.rb', line 202

def each_name #:yields color_name, color_set:#
  @names.each { |color_name, color_set| yield color_name, color_set }
end