Toolbar Images Color Transformation
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
CBCGToolBarImages class provides an ability to transform image colors at runtime. Using this feature, you can use a single image resource for various application color themes.
Toolbar in 3 color themes:
Sample code:
// Switch to "Green" color theme:
CBCGPToolBar::GetImages ()->AdaptColors(
RGB(81, 131, 176),
RGB (98, 174, 100));