//////////////////////////////////////// CMY and Dimmer
// 
//
// Created by Steve Richards August 30, 2003 11:01:52 PM 

fixture
	manufacturer = "Generic"
	name = "CMYDIM"
	version = 0.51
//  fullmanufacturer = "Generic"
//  fullname = "CMY Dimmer"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "CYAN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0
		
	attribute
		name = "YELLOW"
		channel = 4
		homeVal = 0



//////////////////////////////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 2
		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 = 4
		stop = (M  0:255),2,"Yellow="
		
end

