CONVERSION RGB TO GRAYTONE
Macro: AUXCONRGR
Function: Conversion of an RGB image into a graytone image using the formula graytone = 0.3 R + 0.59 G+ 0.11 B.
Parameters:
1. The three input image planes. 
2. Output image plane.
