Class createjs.Graphics.FillRadial
				
				
			
				
				
				
					
Defined in:  graphics.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								createjs.Graphics.FillRadial(colors, stops, x0, y0, r0, x1, y1, r1)
							 
							An inner class used by the createjs.Graphics class to create a radial
gradient. 
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| <static> | 
								 createjs.Graphics.FillRadial.get(colors, stops, x0, y0, r0, x1, y1, r1)
								 
								Creates a createjs.Graphics.FillRadial object. 
							 | 
						
| 
								 getText()
								 
								
							 | 
						|
| 
								 paint(renderer)
								 
								
							 | 
						
					Class Detail
				
				
				
						createjs.Graphics.FillRadial(colors, stops, x0, y0, r0, x1, y1, r1)
				
				
				
					An inner class used by the createjs.Graphics class to create a radial
gradient.
					
				
				
				
				
				
					
						- Parameters:
 - 
								{Array.
} colors - 
								{Array.
} stops - {number} x0
 - {number} y0
 - {number} r0
 - {number} x1
 - {number} y1
 - {number} r1
 
					Method Detail
				
				
					 
					<static> 
					
					{createjs.Graphics.FillRadial}
					createjs.Graphics.FillRadial.get(colors, stops, x0, y0, r0, x1, y1, r1)
					
					
					
						Creates a createjs.Graphics.FillRadial object.
						
						
					
					
					
					
						
							- Parameters:
 - 
									{Array.
} colors - 
									{Array.
} stops - {number} x0
 - {number} y0
 - {number} r0
 - {number} x1
 - {number} y1
 - {number} r1
 
- Returns:
 - {createjs.Graphics.FillRadial}
 
					
					
					getText()
					
					
					
					
					
					paint(renderer)
					
					
					- Parameters:
 - renderer