Converts any grayscale format to any ARGB format.
procedure GrayToChannel(NumPixels: LongInt;
Src: PByte;
Dst: PByte;
SrcInfo: PImageFormatInfo;
DstInfo: PImageFormatInfo);ImagingFormats (at line 268)