GrayToChannel Function
ImagingFormats

Converts any grayscale format to any ARGB format.

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

ImagingFormats (at line 268)

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