Scroll to navigation

GetNearestColor(3w) Wine API GetNearestColor(3w)

NAME

GetNearestColor (GDI32.@)

SYNOPSIS

COLORREF GetNearestColor
(
HDC hdc,
COLORREF color
)
 

PARAMS

hdc [In] Handle of device context.
color [In] Color to be matched.
 

DESCRIPTION

Gets a system color to match.
 

RETURNS

Success: Color from system palette that corresponds to given color
Failure: CLR_INVALID
 

IMPLEMENTATION

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