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

View this page in Last updated: Mon, 02 Jul 2007
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.

Описание

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]

Возвращаемое значение

integer - The palette index for the custom color

Заметка

Эта функция не должна вызываться статически.

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

Download Documentation Last updated: Mon, 02 Jul 2007
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.