Expand Minimize
This topic has not yet been rated - Rate this topic

CDC::GetNearestColor

Returns the solid color that best matches a specified logical color.

COLORREF GetNearestColor(
   COLORREF crColor 
) const;

Parameters

crColor
Specifies the color to be matched.

Return Value

An RGB (red, green, blue) color value that defines the solid color closest to the crColor value that the device can represent.

Remarks

The given device must be able to represent this color.

See Also

CDC Overview | Class Members | Hierarchy Chart | GetNearestColor | CPalette::GetNearestPaletteIndex

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.