Method: String#paint
- Defined in:
- lib/chroma/extensions/string.rb
#paint ⇒ Chroma::Color
Creates Chroma::Color directly from a string representing a color.
13 14 15 |
# File 'lib/chroma/extensions/string.rb', line 13 def paint Chroma.paint(self) end |