TCPDF::SetDrawColor()

Method: Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.

Source: includes/lib/tcpdf/tcpdf.php:4005

Used by 0 functions | Uses 0 functions

TCPDF::SetFillColor()

Method: Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.

Source: includes/lib/tcpdf/tcpdf.php:4022

Used by 0 functions | Uses 0 functions