ZeeGrid Control Message

ZGM_GETCOLOR


ZGM_GETCOLOR

An application sends a ZGM_GETCOLOR message to get the RGB value of the specified index of the ZeeGrid color palette.

ZGM_GETCOLOR
wParam = (WPARAM)(int) iCPIndex;  //Color palette index
lParam = 0;                       //not used; must be zero

Parameters

iCPIndex
The value of wParam. The index of the color palette to retrieve the RGB value.

Return Values

The RGB value of the specified index of the color palette.

Copyright © 2002-2016 by David Hillard