术语 | getnearestpaletteindex |
释义 | GetNearestPaletteIndex 语法: UINT GetNearestPaletteIndex( __in HPALETTE hpal, __in COLORREF crColor ); GetNearestPaletteIndex功能 该GetNearestPaletteIndex函数检索为在指定的逻辑调色板最密切的匹配指定的颜色值项指标。 参数 hpal [in] 一个句柄,逻辑调色板。 crColor [in] 一个颜色匹配。要创建一个COLORREF颜色值,使用RGB宏。 返回值 如果函数成功,返回值是一个逻辑调色板项指标。 如果函数失败,返回值是CLR_INVALID。 备注 应用程序可以判断设备是否支持通过调用GetDeviceCaps函数并指定RASTERCAPS不断调色板行动。 如果给定的逻辑调色板包含与PC_EXPLICIT标志设置项,返回值是不确定的。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 颜色概述 颜色函数 GetDeviceCaps GetNearestColor GetPaletteEntries GetSystemPaletteEntries COLORREF 的RGB 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetNearestPaletteIndex Function The GetNearestPaletteIndex function retrieves the index for the entry in the specified logical palette most closely matching a specified color value. Syntax UINT GetNearestPaletteIndex( __in HPALETTE hpal, __in COLORREF crColor ); Parameters hpal [in] A handle to a logical palette. crColor [in] A color to be matched. To create a COLORREF color value, use the RGB macro. Return Value If the function succeeds, the return value is the index of an entry in a logical palette. If the function fails, the return value is CLR_INVALID. Remarks An application can determine whether a device supports palette operations by calling the GetDeviceCaps function and specifying the RASTERCAPS constant. If the given logical palette contains entries with the PC_EXPLICIT flag set, the return value is undefined. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Colors Overview Color Functions GetDeviceCaps GetNearestColor GetPaletteEntries GetSystemPaletteEntries COLORREF RGB Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144903(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。