FindColor Function
Imaging

Returns index of color in palette or index of nearest color if exact match is not found.

Pascal
function FindColor(Pal: PPalette32; 
                   Entries: LongInt; 
                   Color: TColor32): LongInt;
File

Imaging (at line 268)

Description

Pal must have at least Entries color entries.

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