class Sass::Script::Value::Color

def lightness

Returns:
  • (Numeric) -
def lightness
  rgb_to_hsl!
  @attrs[:lightness]
end