PhpOffice\PhpPresentation\Style\ColorMap::changeColor PHP Метод

changeColor() публичный Метод

Change the color of one of the elements in the map
public changeColor ( string $item, string $newThemeColor )
$item string
$newThemeColor string
    public function changeColor($item, $newThemeColor)
    {
        $this->mapping[$item] = $newThemeColor;
    }