alpha = array(1,1); $this->ratio = array(0,255); $this->angle = 90; $this->fillType = 'linear'; } function set_fillType( $text='linear' ) { $this->fillType = $text; } function set_colour1( $text='' ) { $this->colour1 = $text; } function set_colour2( $text='' ) { $this->colour2 = $text; } function set_alpha( $text=array(1,1) ) { $this->alpha = $text; } function set_ratio( $text=array(0,255) ) { $this->ratio = $text; } function set_angle( $text='0' ) { $this->angle = $text; } } ?>