1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-04 15:17:42 +02:00

changing comment for bgc.

This commit is contained in:
Mikael Roos
2014-12-03 15:31:38 +01:00
parent 3d352f72fe
commit 3aa5542664

View File

@@ -55,8 +55,10 @@ return array(
/**
* Set default background color for all images. Override it using
* option bgColor.
* Colorvalue is 6 digit hex string or 8 digit hex string if using
* the alpha channel where 00 is opaqe and 7f is transparent.
* Colorvalue is 6 digit hex string between 000000-FFFFFF
* or 8 digit hex string if using the alpha channel where
* the alpha value is between 00 (opaqe) and 7F (transparent),
* that is between 00000000-FFFFFF7F.
*
*/
//'background_color' => "FFFFFF",