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:
@@ -55,8 +55,10 @@ return array(
|
|||||||
/**
|
/**
|
||||||
* Set default background color for all images. Override it using
|
* Set default background color for all images. Override it using
|
||||||
* option bgColor.
|
* option bgColor.
|
||||||
* Colorvalue is 6 digit hex string or 8 digit hex string if using
|
* Colorvalue is 6 digit hex string between 000000-FFFFFF
|
||||||
* the alpha channel where 00 is opaqe and 7f is transparent.
|
* 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",
|
//'background_color' => "FFFFFF",
|
||||||
|
Reference in New Issue
Block a user