This method gets the color assigned to a non-focused image.
HRESULT get_NonFocusImageColor( OLE_COLOR *pclr, BOOL *pfSet );
NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.
This method retrieves single color version of non-focused images.
Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclr.
IASImageMenu::put_NonFocusImageColor, GetRValue, GetGValue, GetBValue