Home
last modified time | relevance | path

Searched refs:newcolor (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DPaletteLayoutDlg.cpp128 void PaletteLayoutDlg::NotifyColorChanged(int index, GX_COLOR newcolor) in NotifyColorChanged() argument
132 mpProject->mDisplays[mDisplay].themes[mTheme].palette[index] = newcolor; in NotifyColorChanged()
DStudioXProject.cpp2216 res_info *newcolor = NULL; in AddCustomColor() local
2222 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()