예제 #1
0
 /**
  * Sets a fill color, e.g. to be used by addCell lateron
  *
  * @param int $intR
  * @param int $intG
  * @param int $intB
  *
  * @return void
  */
 public function setFillColor($intR, $intG, $intB)
 {
     $this->objPdf->SetFillColor($intR, $intG, $intB);
 }