Toolbar Images Color Transformation

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available 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 Images Color Transformation

Sample code:

// Switch to "Green" color theme:
CBCGPToolBar::GetImages ()->AdaptColors (RGB (81, 131, 176), RGB (98, 174, 100));