|  | @@ -132,7 +132,7 @@ export class VtkModel {
 | 
	
		
			
				|  |  |      gjlut.setValueRange([0.5,1]);
 | 
	
		
			
				|  |  |      gjlut.setHueRange([0.66667,0.0]);//蓝色到红色
 | 
	
		
			
				|  |  |      gjlut.setHueRange([0.3375,0.0]);//绿色到红色
 | 
	
		
			
				|  |  | -    this.gjscalarBarActor.setScalarsToColors(gjlut);
 | 
	
		
			
				|  |  | +    // this.gjscalarBarActor.setScalarsToColors(gjlut);
 | 
	
		
			
				|  |  |      this.gjMapper.setInterpolateScalarsBeforeMapping(true);//有无渐变
 | 
	
		
			
				|  |  |      this.gjActor.setMapper(this.gjMapper);
 | 
	
		
			
				|  |  |  
 |