Class: Coloral::Color
- Inherits:
-
Object
- Object
- Coloral::Color
- Defined in:
- lib/coloral.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Color
constructor
A new instance of Color.
Constructor Details
#initialize ⇒ Color
Returns a new instance of Color.
9 |
# File 'lib/coloral.rb', line 9 def initialize; end |
Class Method Details
.from_hex(hex_string) ⇒ Object
11 12 13 |
# File 'lib/coloral.rb', line 11 def self.from_hex(hex_string) Color.new end |