Scroll to navigation

UpdateColors(3w) Wine API UpdateColors(3w)

NAME

UpdateColors (GDI32.@)

SYNOPSIS

BOOL UpdateColors
(
HDC hDC
)
 

PARAMS

hDC [In] Handle of device context.
 

DESCRIPTION

Remaps current colors to logical palette.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/palette.c".
Debug channel "palette".
Oct 2012 Wine API