Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/hermeneutics/color.rb
Instance Method Summary collapse
Instance Method Details
#to_hsv ⇒ Object
278 279 280 |
# File 'lib/hermeneutics/color.rb', line 278 def to_hsv Hermeneutics::Color.from_hsv *self end |
#to_rgb ⇒ Object
275 276 277 |
# File 'lib/hermeneutics/color.rb', line 275 def to_rgb Hermeneutics::Color.new *self end |