Searched refs:col4 (Results 1 – 2 of 2) sorted by relevance
| /plugin/wrap/ |
| D | example.txt | 141 Or you can use **''%%col2%%''** for 2 columns, **''%%col3%%''** for 3 columns, **''%%col4%%''** for…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 3426 function SetDrawColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) argument 3430 if (($r == 0 and $g == 0 and $b == 0 && $col4 == -1) or $g == -1) { 3432 } elseif ($col4 == -1) { 3435 …$col = $this->colorConverter->convert('cmyk(' . $r . ',' . $g . ',' . $b . ',' . $col4 . ')', $thi… 3441 function SetFillColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) argument 3445 if (($r == 0 and $g == 0 and $b == 0 && $col4 == -1) or $g == -1) { 3447 } elseif ($col4 == -1) { 3450 …$col = $this->colorConverter->convert('cmyk(' . $r . ',' . $g . ',' . $b . ',' . $col4 . ')', $thi… 3456 function SetTextColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) argument 3460 if (($r == 0 and $g == 0 and $b == 0 && $col4 == -1) or $g == -1) { [all …]
|