//////////////////////////////////////// Kaleido
// Created by Gary Pritchard
// Option 4 On
// Option 2 On
// Updated by Steve Richards September 02, 2003 12:13:09 PM  
// This template requires software version 0.97 or higher to work.

fixture
	manufacturer = "GRIVEN"
	name = "Kaleido"
	version = 0.59
//  fullmanufacturer = "Griven"
//  fullname = "Kaleido"
//  mode = 0
//  description = "Op2-On,Op4-On"

	attribute
		name = "LAMP"
		channel = 1
		homeVal = 0

	attribute
		name = "INTENSITY"
		channel = 2
		minval = 0
		maxval = 127
		
	attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0

	attribute
		name = "CYAN"
		channel = 4
		homeVal = 0

	attribute
		name = "MAGENTA"
		channel = 5
		homeVal = 0

//////////////////////////////////////////////////////

	parameter
		name = "-YELLOW-"
		displayerNum = 1
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="

	parameter
		name = "-CYAN-"
		displayerNum = 2
		type = C
		attribList = 4
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M  0:255),2,"Mgnta="

	parameter
		name = "-STROBE-"
		displayerNum = 4
		type = B
		attribList = 1
		stop = (   0:127),N,"Fader"		
		stop = (M128:255),2,"Strobe="		

	parameter
		name = "-LAMP-"
		displayerNum = 24
		type = N
		attribList = 1
		stop = ( 128:255),N,"LampOff"
		stop = (   0:127),N,"LampOn"
		
end

