[page:Object3D] →
		[name]
		Abstract base class for lights.
		Constructor
		[name]( [page:Integer hex] )
		
		[page:Integer hex] — Numeric value of the RGB component of the color.
		
		
		This creates a light with color.
		
		Properties
		[property:Color color]
		
		Color of the light.
		
		
		Methods
		
		[method:Light clone]()
		
		
		It returns a clone of Light.
		
		
		Source
		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]