////////////////////////  Infinity IN-CL2500X City Light (Wash)
// Created by David Pfeiffer
// 17 November 2008

fixture
	manufacturer = "INFINITY"
	name = "CL2500X"
	version = 0.90
//  fullmanufacturer = "Infinity"
//  fullname = "IN-CL2500X City Light (Wash)"
//  mode = 0
//  description = ""

		
	attribute
		name = "SPEED"
		channel = 1
		homeVal = 255

	attribute
		name = "INTENSITY"
		channel = 2

	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0

	attribute
		name = "CYAN"
		channel = 4
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 5
		homeVal = 0		

//////////////////////////////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 4
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Mgnta="		
		
	parameter
		name = "-YELLOW-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M  0:255),2,"Yellow="		

//----------------------------------------------		
		
	parameter
		name = "-SPEED-"
		displayerNum = 23
		type = C
		attribList = 1
		stop = (M  0:255),2,"Speed="		

end


