Searched refs:newcolor (Results 1 – 2 of 2) sorted by relevance
128 void PaletteLayoutDlg::NotifyColorChanged(int index, GX_COLOR newcolor) in NotifyColorChanged() argument132 mpProject->mDisplays[mDisplay].themes[mTheme].palette[index] = newcolor; in NotifyColorChanged()
2216 res_info *newcolor = NULL; in AddCustomColor() local2222 newcolor = new res_info(RES_TYPE_COLOR); in AddCustomColor()2223 newcolor->colorval = color; in AddCustomColor()2224 newcolor->name = name; in AddCustomColor()2225 newcolor->compress = FALSE; in AddCustomColor()2226 newcolor->is_default = FALSE; in AddCustomColor()2227 parent->Attach(newcolor); in AddCustomColor()2228 AddToResourceDictionary(display_index, newcolor); in AddCustomColor()2231 return newcolor; in AddCustomColor()