titanscssc::lib_rgb PHP Метод

lib_rgb() защищенный Метод

protected lib_rgb ( $args )
    protected function lib_rgb($args)
    {
        list($r, $g, $b) = $args;
        return array("color", $r[1], $g[1], $b[1]);
    }
titanscssc