linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: awGradient

Source Location: /class/system/artichow/php5/inc/Gradient.class.php

Class Overview


Create your gradients


Author(s):

Variables

Methods


Child classes:

awLinearGradient
Create a linear gradient
awRadialGradient
Create a radial gradient

Class Details

[line 20]
Create your gradients



Tags:

abstract:  


[ Top ]


Class Variables

$from =

[line 27]

From color



Tags:

access:  public

Type:   Color


[ Top ]

$to =

[line 34]

To color



Tags:

access:  public

Type:   Color


[ Top ]



Class Methods


constructor __construct [line 42]

awGradient __construct( awColor $from, awColor $to)

Build the gradient



Tags:

access:  public


Overridden in child classes as:

awLinearGradient::__construct()
Build the linear gradient
awBilinearGradient::__construct()
Build the bilinear gradient

Parameters:

awColor   $from   From color
awColor   $to   To color

[ Top ]


Documentation generated on Thu, 03 May 2012 15:04:53 +0200 by phpDocumentor 1.4.1