Method: Color::Palette::AdobeColor#each_name
- Defined in:
- lib/rmthemegen/color/color/palette/adobecolor.rb
#each_name ⇒ Object
Loops through each named colour set.
214 215 216 |
# File 'lib/rmthemegen/color/color/palette/adobecolor.rb', line 214 def each_name #:yields color_name, color_set:# @names.each { |color_name, color_set| yield color_name, color_set } end |