FillGrayscalePalette Function
Imaging

Creates grayscale palette where each color channel has the same value.

Pascal
procedure FillGrayscalePalette(Pal: PPalette32; 
                               Entries: LongInt);
File

Imaging (at line 271)

Description

Pal must have at least Entries color entries.

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