ChannelToGray Function
ImagingFormats

Converts any ARGB format to any grayscale format.

Pascal
procedure ChannelToGray(NumPixels: LongInt; 
                        Src: PByte; 
                        Dst: PByte; 
                        SrcInfo: PImageFormatInfo; 
                        DstInfo: PImageFormatInfo);
File

ImagingFormats (at line 255)

Related Information
You are here: Symbol Reference > Functions > ChannelToGray Function