///////////////////////////////////////////    RadLite Mask Module 
// 
//  Written: R. Mickan

fixture

	version = 0.91
	manufacturer = "RADLITE"
	name = "Mask"
//  fullmanufacturer = "RadLite"
//  fullname = "RadLite Mask"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
	
	attribute
		name = "MASK"
		channel = 2
		homeVal = 0

	attribute
		name = "X POS"
		channel = 3
		homeVal = 128

	attribute
		name = "Y POS"
		channel = 4
		homeVal = 128

	attribute
		name = "ZOOM"
		channel = 5
		homeVal = 128

	attribute
		name = "ASPECT"
		channel = 6
		homeVal = 128

	attribute
		name = "ROTATION"
		channel = 7
		fineChan = 8
		homeVal = 0
	
	attribute
		name = "RED"
		channel = 9
		homeVal = 0
	
	attribute
		name = "GREEN"
		channel = 10
		homeVal = 0

	attribute
		name = "BLUE"
		channel = 11
		homeVal = 0
					
//////////////////////////////////////////////////////////////////////////////
	
	parameter
		name = "-MASK-"					
		displayerNum = 1 
		type = B
		attribList = 2
		stop = (M  0:255),B,"Mask="
				
	parameter
		name = "-X POS-"					
		displayerNum = 2  
		type = F
		attribList = 3
		stop = (M  0:255),2,"X Pos="
				
	parameter
		name = "-Y POS-"					
		displayerNum = 3
		type = F
		attribList = 4
		stop = (M  0:255),2,"Y Pos="
	
	parameter
		name = "-ZOOM-"					
		displayerNum = 4
		type = B
		attribList = 5
		stop = (M  0:255),2,"Zoom="
				
	parameter
		name = "-ASPECT-"					
		displayerNum = 5
		type = B
		attribList = 6
		stop = (M  0:127),2,"AspctH:"
		stop = ( 128:128),N,"Aspct1-1"
		stop = (M129:255),2,"AspctV:"
		
	parameter
		name = "-ROTATE-"					
		displayerNum = 6
		type = B
		attribList = 7
		stop = (     0:    0),N,"Static"
		stop = (M    1:32767),2,"Index:"
		stop = (M32768:49151),2,"Rot>:"
		stop = (M49452:65535),2,"Rot<:"

//------------------------------------------		
	
	parameter
		name = "-RED-"					
		displayerNum = 7
		type = C
		attribList = 9
		stop = (M  0:255),2,"Red="
	
	parameter
		name = "-GREEN-"					
		displayerNum = 8
		type = C
		attribList = 10
		stop = (M  0:255),2,"Green="
	
	parameter
		name = "-BLUE-"					
		displayerNum = 9 
		type = C
		attribList = 11
		stop = (M  0:255),2,"Blue="
					
end

