Method: Sass::Script::Value::Color#inspect

Defined in:
lib/sass/script/value/color.rb

#inspectString

Returns a string representation of the color.

Returns:


580
581
582
# File 'lib/sass/script/value/color.rb', line 580

def inspect
  alpha? ? rgba_str : hex_str
end