Change the RGB components of the elements in the colour palette. The new color, defined by the given RGB components, will "overwrite" the color previously defined for the given index.
integer $index - colour index
integer $red - red RGB value [0-255]
integer $green - green RGB value [0-255]
integer $blue - blue RGB value [0-255]
Przykład 39-1. Using setCustomColor()
|
| Poprzedni | Spis treści | Następny |
| Workbook::&setTempDir | Początek rozdziału | Worksheet::getName |