SetPaletteEntries.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/palette.c".

Debug channel "palette".