SetPaletteEntries(3w)
NAME
SetPaletteEntries (GDI32.@)
SYNOPSIS
UINT SetPaletteEntries ( HPALETTE hpalette, UINT start, UINT count, const PALETTEENTRY* entries )
PARAMS
hpalette [In] Handle of logical palette.
start [In] Index of first entry to set.
count [In] Number of entries to set.
entries [In] Address of array of structures.
DESCRIPTION
Sets color values for range in palette.
RETURNS
Success: Number of entries that were set
Failure: 0
IMPLEMENTATION
Defined in "d3d8.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/palette.c".
- Debug channel "palette".