Home
last modified time | relevance | path

Searched refs:col4 (Results 1 – 2 of 2) sorted by relevance

/plugin/wrap/
H A Dexample.txt141 Or you can use **''%%col2%%''** for 2 columns, **''%%col3%%''** for 3 columns, **''%%col4%%''** for 4 columns and **''%%col5%%''** for 5 columns.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3426 function SetDrawColor($r, $g = -1, $b = -1, $col4 = -1, $return = false)
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 . ')', $this->PDFAXwarnings);
3441 function SetFillColor($r, $g = -1, $b = -1, $col4 = -1, $return = false)
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 . ')', $this->PDFAXwarnings);
3456 function SetTextColor($r, $g = -1, $b = -1, $col4 = -1, $return = false)
3460 if (($r == 0 and $g == 0 and $b == 0 && $col4
3398 SetDrawColor($r, $g = 1, $b = 1, $col4 = 1, $return = false) global() argument
3413 SetFillColor($r, $g = 1, $b = 1, $col4 = 1, $return = false) global() argument
3428 SetTextColor($r, $g = 1, $b = 1, $col4 = 1, $return = false) global() argument
[all...]