Securimage_Color Securimage_Color(
$red
$red, $green
$green, $blue
$blue)
|
|
Create a new Securimage_Color object.
Specify the red, green, and blue components using their HTML hex code equivalent.
Example: The code for the HTML color #4A203C is:
$color = new Securimage_Color(0x4A, 0x20, 0x3C);
Parameters: