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