Class Horde_Image
This class provides some utility functions, such as generating highlights of a color as well as a factory method responsible for creating a concrete Horde_Image driver.
Copyright 2002-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Image
Author: Chuck Hagenbuch chuck@horde.org
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Image.php
Author: Chuck Hagenbuch chuck@horde.org
Author: Michael J. Rubinsky mrubinsk@horde.org
Located at Horde/Image.php
public static
string
|
#
modifyColor( string $color, string $factor = 0x11 )
Calculate a lighter (or darker) version of a color. |
public static
string
|
#
moreIntenseColor( string $color, string $factor = 0x11 )
Calculate a more intense version of a color. |
public static
integer
|
|
public static
|
|
public static
|
|
public static
array
|
|
public static
array
|
|
public static
string
|
|
public static
array
|
#
circlePoint( float $degrees, integer $diameter )
Get an x,y pair on circle, assuming center is 0,0. |
public static
array
|
|
public static
|