titanscssc::lib_rgb PHP Method

lib_rgb() protected method

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