2 #include "ScopeColorComboCtrl.h"
11 CScopeColorComboCtrl::CScopeColorComboCtrl() {
14 imagelist.Create(MAKEINTRESOURCE(IDB_COLORCOMBO), 16, 16, ILC_COLOR24);
24 for ( uint32_t i = 0 ; i < gColorStrings.size() ; i++ ) {
26 cbi.pszText = (LPWSTR)(LPCWSTR)gColorStrings[i];
27 cbi.mask = CBEIF_TEXT | CBEIF_IMAGE | CBEIF_SELECTEDIMAGE;
28 cbi.cchTextMax = gColorStrings[i].GetLength();
30 cbi.iSelectedImage = i;
This is the include file for standard system include files, or project specific include files that ar...
static CImageList imagelist
The image list with the color bitmap.
following http://www.mochima.com/articles/LUT/lut_h.html
void InitializeColors()
fill items