NAME

CreatePalette  (GDI32.@)

SYNOPSIS

 HPALETTE CreatePalette
 (
  const LOGPALETTE* palette
 )

PARAMS

palette [In] Pointer to logical color palette.

DESCRIPTION

Creates a logical color palette.

RETURNS

Success: Handle to logical palette

Failure: NULL

IMPLEMENTATION

Defined in "ddraw.h".

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

Debug channel "palette".


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