NAME

AnimatePalette  (GDI32.@)

SYNOPSIS

 BOOL AnimatePalette
 (
  HPALETTE            hPal,
  UINT                StartIndex,
  UINT                NumEntries,
  const PALETTEENTRY* PaletteColors
 )

PARAMS

hPal [In] Handle to logical palette.
StartIndex [In] First entry in palette.
NumEntries [In] Count of entries in palette.
PaletteColors [In] Pointer to first replacement.

DESCRIPTION

Replaces entries in logical palette.

RETURNS

Success: TRUE

Failure: FALSE.

FIXME

Should use existing mapping when animating a primary palette

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/palette.c". source.winehq.org/source/dlls/gdi32/palette.c

Debug channel "palette".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.