Home
last modified time | relevance | path

Searched refs:SetColorValue (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_item.h50 void SetColorValue(GX_COLOR color);
51 void SetColorValue(BYTE red, BYTE green, BYTE blue);
Dresource_view.cpp759 current->SetColorValue(start->colorval); in InsertTreeResources()
1504 existing->SetColorValue(info->colorval); in PasteResource()
1723 item->SetColorValue(color); in OnEditSystemColor()
1753 item->SetColorValue(color); in OnEditCustomColor()
Dresource_item.cpp2053 void resource_item::SetColorValue(GX_COLOR val) in SetColorValue() function in resource_item