///////////////////////////////////////////    RadLite Graphics Module 
// 
//  Written: R. Mickan

fixture

	version = 0.91
	manufacturer = "RADLITE"
	name = "Graphics"
//  fullmanufacturer = "RadLite"
//  fullname = "RadLite Graphics"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
	
	attribute
		name = "IMAGE"
		channel = 2
		homeVal = 0

	attribute
		name = "COLOUR"
		channel = 3
		homeVal = 0

	attribute
		name = "DIVISIOM"
		channel = 4
		homeVal = 0

	attribute
		name = "SPEED"
		channel = 5
		homeVal = 255

	attribute
		name = "RED 1"
		channel = 6
		homeVal = 255

	attribute
		name = "GREEN 1"
		channel = 7
		homeVal = 255

	attribute
		name = "BLUE 1"
		channel = 8
		homeVal = 255
	
	attribute
		name = "RED 2"
		channel = 9
		homeVal = 0
	
	attribute
		name = "GREEN 2"
		channel = 10
		homeVal = 0
	
	attribute
		name = "BLUE 2"
		channel = 11
		homeVal = 0

	attribute
		name = "SHAPE"
		channel = 12
		homeVal = 0
		
	attribute
		name = "WIDTH"
		channel = 13
		homeVal = 0		
		
	attribute
		name = "X POS"
		channel = 14
		homeVal = 128
		
	attribute
		name = "Y POS"
		channel = 15
		homeVal = 128
		
	attribute
		name = "ZOOM"
		channel = 16
		homeVal = 128
		
	attribute
		name = "ASPECT"
		channel = 17
		homeVal = 128
		
	attribute
		name = "FX"
		channel = 18
		homeVal = 0
		
	attribute
		name = "FX DEPTH"
		channel = 19
		homeVal = 0

	attribute
		name = "FX SIZE"
		channel = 20
		homeVal = 0
	
	attribute
		name = "FX ROT"
		channel = 21
		fineChan = 22
		homeVal = 0
	
	attribute
		name = "ROTATION"
		channel = 23
		fineChan = 24
		homeVal = 0
				
//////////////////////////////////////////////////////////////////////////////
	
	parameter
		name = "-IMAGE-"					
		displayerNum = 1 
		type = B
		attribList = 2
		stop = (M  0:255),B,"Image="
				
	parameter
		name = "-SHAPE-"					
		displayerNum = 2 
		type = B
		attribList = 12
		stop = (M  0:255),B,"Shape="
		
	parameter
		name = "-WIDTH-"					
		displayerNum =  3
		type = B
		attribList = 13
		stop = (M  0:255),2,"Width="
	
	parameter
		name = "-X POS-"					
		displayerNum = 4  
		type = F
		attribList = 14
		stop = (M  0:255),2,"X Pos="
				
	parameter
		name = "-Y POS-"					
		displayerNum = 5
		type = F
		attribList = 15
		stop = (M  0:255),2,"Y Pos="
	
	parameter
		name = "-ZOOM-"					
		displayerNum = 6
		type = B
		attribList = 16
		stop = (M  0:255),2,"Zoom="

//--------------------------------------------------
		
	parameter
		name = "-ASPECT-"					
		displayerNum = 7
		type = B
		attribList = 17
		stop = (M  0:127),2,"AspctH:"
		stop = ( 128:128),N,"Aspct1-1"
		stop = (M129:255),2,"AspctV:"
		
	parameter
		name = "-ROTATE-"					
		displayerNum = 8
		type = B
		attribList = 23
		stop = (     0:    0),N,"Static"
		stop = (M    1:32767),2,"Index:"
		stop = (M32768:49151),2,"Rot>:"
		stop = (M49452:65535),2,"Rot<:"

	parameter
		name = "-FX-"					
		displayerNum = 9
		type = B
		attribList = 18
		stop = (M  0:255),2,"Fx="
	
	parameter
		name = "-FXDEPTH-"					
		displayerNum = 10
		type = B
		attribList = 19
		stop = (M  0:255),2,"Depth="
		
	parameter
		name = "-FX SIZE-"					
		displayerNum = 11
		type = B
		attribList = 20
		stop = (M  0:255),2,"Size="
		
	parameter
		name = "-FX ROT-"					
		displayerNum = 12
		type = B
		attribList = 21
		stop = (M    0:65535),W,"Rot="
		
//----------------------------------------

	parameter
		name = "-RED1-"					
		displayerNum = 13
		type = C
		attribList = 6
		stop = (M  0:255),2,"Red1="
	
	parameter
		name = "-GREEN1-"					
		displayerNum = 14
		type = C
		attribList = 7
		stop = (M  0:255),2,"Green1="
	
	parameter
		name = "-BLUE1-"					
		displayerNum = 15 
		type = C
		attribList = 8
		stop = (M  0:255),2,"Blue1="
		
	parameter
		name = "-RED2-"					
		displayerNum = 16
		type = C
		attribList = 9
		stop = (M  0:255),2,"Red2="
	
	parameter
		name = "-GREEN2-"					
		displayerNum = 17
		type = C
		attribList = 10
		stop = (M  0:255),2,"Green2="
	
	parameter
		name = "-BLUE2-"					
		displayerNum = 18
		type = C
		attribList = 11
		stop = (M  0:255),2,"Blue2="

//------------------------------------------
		
	parameter
		name = "-COLOUR-"					
		displayerNum = 19 
		type = C
		attribList = 3
		stop = (M  0:255),2,"Color="
		
	parameter
		name = "-DIV-"					
		displayerNum = 20 
		type = C
		attribList = 4
		stop = (M  0:255),2,"Div="
		
	parameter
		name = "-SPEED-"					
		displayerNum = 21
		type = C
		attribList = 5
		stop = (M  0:255),2,"ClrSpd="
			
end

