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:
2017-01-06 15:46:24 +00:00
parent 8f1c8162f6
commit 234107ae99

View File

@@ -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)
{