Beans_Lessc::lib_fade PHP Method

lib_fade() protected method

set the alpha of the color
protected lib_fade ( $args )
    protected function lib_fade($args)
    {
        list($color, $alpha) = $this->colorArgs($args);
        $color[4] = $this->clamp($alpha / 100.0);
        return $color;
    }