class Sass::Script::Value::Color

def alpha

Returns:
  • (Integer) -
def alpha
  @attrs[:alpha].to_f
end