// Etan Emperor RGBA9
// 
// Jon Lenard
// 7/27/11

fixture
	manufacturer = "ETAN"
	name = "RGBA9"
	version = 1.00
//  fullmanufacturer = "Etan"
//  fullname = "Emperor RGBA9"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "WHITE"
		channel = 5
		homeVal = 0

	attribute
		name = "STROBE"
		channel = 6
		homeVal = 0
				
	attribute
		name = "PROGAM1"
		channel = 7
		homeVal = 0
		
	attribute
		name = "PROGRAM2"
		channel = 8
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 9
		homeVal = 0
		
				
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-WHITE-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"White"

	parameter
		name = "-COLOR-"
		displayerNum = 5 
		type = C
		attribList = 9
		stop = (M  0:255),2,"Color="		
		
	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 6
		stop = (M  0:255),2,"Strobe="	
		
	parameter
		name = "-PROG1-"
		displayerNum = 7 
		type = F
		attribList = 7
		stop = (   0:127),N,"NoProgram"
		stop = ( 128:255),N,"FadeProg"
		
	parameter
		name = "-PROG2-"
		displayerNum = 8
		type = F
		attribList = 8
		stop = (   0:127),N,"NoProgram"
		stop = ( 128:191),N,"Chase"
		stop = ( 192:255),N,"RandChase"

end
