TCPDF::SetDrawSpotColor( $name, $tint = 100 )
Defines the spot color used for all drawing operations (lines, rectangles and cell borders).
Description Description
See also See also
- AddSpotColor(),: SetFillSpotColor(), SetTextSpotColor()
Parameters Parameters
- $name
-
(Required) (string) Name of the spot color.
- $tint
-
(Optional) (float) Intensity of the color (from 0 to 100 ; 100 = full intensity by default).
Default value: 100
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.0.024 | Introduced. |