Module: Coloral
- Defined in:
- lib/coloral.rb,
lib/coloral/version.rb
Defined Under Namespace
Classes: Color
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.from_hex(hex_string) ⇒ Object
4 5 6 |
# File 'lib/coloral.rb', line 4 def self.from_hex(hex_string) Color.from_hex(hex_string) end |