CMFCToolBarImages::GrayImages

灰色使它们的工具栏图像看上去禁用。

BOOL GrayImages(
   int nGrayImageLuminancePercentage 
);

参数

  • [in] nGrayImageLuminancePercentage
    亮度百分比。

返回值

TRUE,如果集合中的图像成功的灰色;否则 FALSE。

备注

此方法通过求平均值红色修改工具栏图像,绿色,并且,每像素、乘结果蓝色组件。nGrayImageLuminancePercentage 除100。 如果 nGrayImageLuminancePercentage 为零或负值,使用默认值130。

备注

如果要撤消更改,必须重新加载从源的图像。可以执行此通过调用 CMFCToolBarImages::LoadCMFCToolBarImages::UpdateImage (仅限用户定义的图像),或者通过再次调用 CMFCToolBarImages::Clear 并将图像添加通过调用 CMFCToolBarImages::AddIconCMFCToolBarImages::AddImage

要求

标头: afxtoolbarimages.h

请参见

参考

CMFCToolBarImages选件类

层次结构图