class Sass::Value::Color

def red

Returns:
  • (Integer) -
def red
  hsl_to_rgb unless defined? @red
  @red
end