// Fixture  Ocean Optics Seachanger + Extreme Green
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 10/29/08
// Modified From: NEW 
//

Fixture
   version = 1.0
   manufacturer = "OceanOpt"
   name = "Seachang"
//  fullmanufacturer = "Ocean Optics"
//  fullname = "Seachanger"
//  mode = 0
//  description = ""

    attribute
      name = "INTENSITY"
      channel = 0
    	 
   	attribute
      name = "CYAN"
      channel = 1
      homeVal = 0
 
	attribute
		name = "MAGENTA"
		channel = 2
		homeVal = 0
		
	attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 4
		homeVal = 0
		
/////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="
		
	parameter
		name = "-MAGNET-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Magen="
		
	parameter
		name = "-YELLOW-"
		displayerNum = 3
		type = C
		attribList = 3 
		stop = (M  0:255),2,"Yellow="
		
	parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Green="
		
End
