// 11 color Scroller w/ stops

fixture
	manufacturer = "GENERIC"
	name = "Scroller"
	version = 1.00
//  fullmanufacturer = "Generic"
//  fullname = "11 Color Scroller"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 0
		
	attribute
		name = "COLOR"
		channel = 1
		homeVal = 0
		
//////////////////////////////////////////////////////

	parameter
		name = "-COLOR-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (   0: 23),N,"Color 1"
		stop = (  24: 46),N,"Color 2"
		stop = (  47: 69),N,"Color 3"
		stop = (  70: 92),N,"Color 4"
		stop = (  93:115),N,"Color 5"
		stop = ( 116:138),N,"Color 6"
		stop = ( 139:161),N,"Color 7"
		stop = ( 162:184),N,"Color 8"
		stop = ( 185:207),N,"Color 9"
		stop = ( 208:230),N,"Color10"
		stop = ( 231:255),N,"Color11"
		stop = (M  0:255),2,"Color:"	
		
end
