// ETC Selador VividR
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 11/15/10
//
Fixture 
   manufacturer = "ETC"
   name = "SELVIV"
	version = 1.00
//  fullmanufacturer = "ETC"
//  fullname = "Selador VividR"
//  mode = 0
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "ORANGE"
		channel = 2
		homeVal = 0
		
	attribute
		name = "AMBER"
		channel = 3
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 4
		homeVal = 0
		
	attribute
		name = "CYAN"
		channel = 5
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 6
		homeVal = 0
		
	attribute
		name = "INDIGO"
		channel = 7
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 8
		
		
//////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "-ORANGE-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Orange="
		
	parameter
		name = "-AMBER-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Amber="
		
	parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-CYAN-"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (M  0:255),2,"Cyan="
		
	parameter
		name = "-BLUE-"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (M  0:255),2,"Blue="

	parameter
		name = "-INDIGO-"
		displayerNum = 7
		type = C
		attribList = 7
		stop = (M  0:255),2,"Indigo="
		
end
