Method: Color::Palette::AdobeColor#values_at
- Defined in:
- lib/rmthemegen/color/color/palette/adobecolor.rb
#values_at(*selectors) ⇒ Object
Provides the colour or colours at the provided selectors.
193 194 195 |
# File 'lib/rmthemegen/color/color/palette/adobecolor.rb', line 193 def values_at(*selectors) @colors.values_at(*selectors) end |