PhpOffice\PhpPresentation\Style\Color::__construct PHP Method

__construct() public method

Create a new \PhpOffice\PhpPresentation\Style\Color
public __construct ( string $pARGB = self::COLOR_BLACK )
$pARGB string
    public function __construct($pARGB = self::COLOR_BLACK)
    {
        // Initialise values
        $this->argb = $pARGB;
    }