GetNearestColor.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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

Defined in "gdi_private.h".

Implemented in "dlls/gdi32/palette.c".

Debug channel "palette".