//////////////////////////////////////// High End Systems ColorMerg
// 
//
// Created by Steve Richards December 04, 2003 05:07:51 PM  

fixture
	manufacturer = "HIGHEND"
	name = "COLMRG"
	version = 1.1
//  fullmanufacturer = "High End Systems"
//  fullname = "Color Merge"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 0
		
	attribute
		name = "CYAN"
		channel = 1
		homeVal = 0
		
	attribute
		name = "MAGENTA"
		channel = 2
		homeVal = 0
		
	attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0

		


//////////////////////////////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Mgnta="

	parameter
		name = "-YELLOW-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="
		
end

