Class: Coloral::Color

Inherits:
Object
  • Object
show all
Defined in:
lib/coloral.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeColor

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