Method: SassC::Script::Value::Color#value
- Defined in:
- lib/sassc/script/value/color.rb
#value ⇒ Object
Returns the values of this color in an array. Provided for compatibility between different SassC::Script::Value classes
72 73 74 75 76 77 78 |
# File 'lib/sassc/script/value/color.rb', line 72 def value return [ red, green, blue, hue, saturation, lightness, alpha, ].compact end |