class Sass::Script::Value::Color

def hsl

Returns:
  • (Array) - A frozen three-element array of the
def hsl
  [hue, saturation, lightness].freeze
end