SetPaletteEntries (GDI32.@)
UINT SetPaletteEntries ( HPALETTE hpalette, UINT start, UINT count, const PALETTEENTRY* entries )
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. |
Sets color values for range in palette.
Success: Number of entries that were set
Failure: 0
Defined in "d3d8.h".
Implemented in "dlls/gdi/palette.c". source.winehq.org/source/dlls/gdi/palette.c
Debug channel "palette".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.