TCPDF::SetFillSpotColor()
Method: Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
Source: includes/lib/tcpdf/tcpdf.php:3813
Method: Defines the spot color used for all filling operations (filled rectangles and cell backgrounds).
Source: includes/lib/tcpdf/tcpdf.php:3813
Method: Defines the spot color used for text.
Source: includes/lib/tcpdf/tcpdf.php:3825
Method: Set the color array for the specified type (‘draw’, ‘fill’, ‘text’).
Source: includes/lib/tcpdf/tcpdf.php:3840
Method: Defines the color used for all drawing operations (lines, rectangles and cell borders).
Source: includes/lib/tcpdf/tcpdf.php:3871
Method: Defines the color used for all filling operations (filled rectangles and cell backgrounds).
Source: includes/lib/tcpdf/tcpdf.php:3885
Method: Defines the color used for text. It can be expressed in RGB components or gray scale.
Source: includes/lib/tcpdf/tcpdf.php:3898
Method: Defines the color used by the specified type (‘draw’, ‘fill’, ‘text’).
Source: includes/lib/tcpdf/tcpdf.php:3915
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
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
Method: Check if we are on the page body (excluding page header and footer).
Source: includes/lib/tcpdf/tcpdf.php:3636