[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Image/Graph/Fill/ -> Gradient.php (sommaire)

Image_Graph - PEAR PHP OO Graph Rendering Utility. PHP versions 4 and 5

Author: Jesper Veggerby <pear.nosey@veggerby.dk>
Copyright: Copyright (C) 2003, 2004 Jesper Veggerby Hansen
License: http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
Version: CVS: $Id: Gradient.php,v 1.15 2005/08/24 20:36:03 nosey Exp $
Poids: 149 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 1 fichier
 Image/Graph/Fill/Image.php

Définit 1 class

Image_Graph_Fill_Gradient:: (2 méthodes):
  Image_Graph_Fill_Gradient()
  _getFillStyle()


Classe: Image_Graph_Fill_Gradient  - X-Ref

Fill using a gradient color.
This creates a scaled fillstyle with colors flowing gradiently between 2
specified RGB values. Several directions are supported:

1 Vertically (IMAGE_GRAPH_GRAD_VERTICAL)

2 Horizontally (IMAGE_GRAPH_GRAD_HORIZONTAL)

3 Mirrored vertically (the color grades from a- b-a vertically)
(IMAGE_GRAPH_GRAD_VERTICAL_MIRRORED)

4 Mirrored horizontally (the color grades from a-b-a horizontally)
IMAGE_GRAPH_GRAD_HORIZONTAL_MIRRORED

5 Diagonally from top-left to right-bottom
(IMAGE_GRAPH_GRAD_DIAGONALLY_TL_BR)

6 Diagonally from bottom-left to top-right
(IMAGE_GRAPH_GRAD_DIAGONALLY_BL_TR)

7 Radially (concentric circles in the center) (IMAGE_GRAPH_GRAD_RADIAL)

Image_Graph_Fill_Gradient($direction, $startColor, $endColor)   X-Ref
Image_Graph_GradientFill [Constructor]

param: int $direction The direction of the gradient
param: mixed $startColor The value of the starting color
param: mixed $endColor The value of the ending color

_getFillStyle($ID = false)   X-Ref
Return the fillstyle

return: int A GD fillstyle



Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7