
	RGBRandom([start: String = "000000", end: String = "FFFFFF"]): String
	
		Returns a RGB value within the limits.
		The color intervals are distinct for the R(red), G(green) and B(blue).
		
			start initial RGB
			end final RGB
		
	
