// maXim template file - Chauvet Stage Wash 900 (RGB Mode)
// RM 21/3/06

Fixture
	manufacturer = "CHAUVET"
	name = "StgW-rbg"
	version = 0.90
//  fullmanufacturer = "Chauvet"
//  fullname = "Stage Wash 900 RGB"
//  mode = 0
//  description = "Chauvet Stage Wash 900 (RGB Mode)"

	Attribute
		name = "RED"
		channel = 1
		homeVal = 0

	Attribute
		name = "GREEN"
		channel = 2
		homeVal = 0

	Attribute
		name = "BLUE"
		channel = 3
		homeVal = 0

	Attribute
		name = "INTENSITY"
		channel = 4

///////////////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="

end
