color : Add the parameter to the PHPDoc (domci)
color : align the colors git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3349 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -246,6 +246,7 @@ class color
|
||||
}
|
||||
|
||||
/** Return an array with the RGB colors
|
||||
* @param string $colorInText The color in textual form
|
||||
*/
|
||||
public static function textToRGB ($colorInText)
|
||||
{
|
||||
@@ -259,6 +260,8 @@ class color
|
||||
}
|
||||
|
||||
/** Allocate the color provided in text to the provided GD object
|
||||
* @param resource $gd The GD resource to add the color
|
||||
* @param string $colorInText The color in textual form
|
||||
*/
|
||||
public static function allocateFromText ($gd, $colorInText)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user