TIvoryPalette::Create

Creates a DirectDraw palette.

void __fastcall Create();

Description

Use Create to create the palette. In most cases, you don't need to create the palette on your own. If you assign a palette to the active TIvoryDraw component, the palette will be auto created. You can set up the palette colors even if the palette is not created. If a palette is created and assigned to the TIvoryDraw component, every change to the palette will automatically take place, unless BeginUpdate is invoked.

Back to TIvoryPalette