ImReplaceColor Function
ImagingExport

Look at ReplaceColor for details.

Pascal
function ImReplaceColor(var Image: TImageData; 
                        X: LongInt; 
                        Y: LongInt; 
                        Width: LongInt; 
                        Height: LongInt; 
                        OldPixel: Pointer; 
                        NewPixel: Pointer): Boolean; cdecl;
File

ImagingExport (at line 143)

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