// Fly Trichroma 4 channels
// Chris Price, Live Wire Sound
////June 2009
////V1.2 (Tested OK on Capture)

fixture
	manufacturer = "FLY"
	name = "Trichroma"
	version = 1.2
	
	// 4 channel CYM colour changer
	
	attribute
		name = "INTENSITY"
		channel = 1

	attribute
		name = "YELLOW"
		channel = 2
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0

	attribute
		name = "CYAN"
		channel = 4
		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 = 2
		stop = (M   0:255),2,"Yellow="

//////////////////////////////////////////////////////////////
					
end

