Workbook::&setTempDir (Previous) (Next) Worksheet::getName

View this page in Last updated: Sun, 29 Jun 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Workbook::setCustomColor

Workbook::setCustomColor -- Change the RGB components of the elements in the colour palette.

Description

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.

Parameter

  • 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]

Return value

integer - The palette index for the custom color

Note

This function can not be called statically.

Workbook::&setTempDir (Previous) (Next) Worksheet::getName

Download Documentation Last updated: Sun, 29 Jun 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: gwinkless
BEWARE OF BUG 12062 - http://pear.php.net/bugs/bug.php?id=12062 - the excel-writer object maps colors 0-7 to colors 8-15, so with the default 0.9.1beta DO NOT map colors 8-15, custom colors should only start at 16.