class Sass::Script::Value::Color

def red

Returns:
  • (Integer) -
def red
  hsl_to_rgb!
  @attrs[:red]
end