Home
last modified time | relevance | path

Searched refs:IDC_STD_COLOR4 (Results 1 – 4 of 4) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/shaders/
H A Dshadersrc.h420 #define IDC_STD_COLOR4 1115 macro
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dmtlres.h458 #define IDC_STD_COLOR4 1115 macro
H A Dmtl.rc93 CONTROL "User1",IDC_STD_COLOR4,"ColorSwatch",0x0,59,71,34,12
1005 CONTROL "User1",IDC_STD_COLOR4,"ColorSwatch",0x0,63,52,34,12
1096 CONTROL "User1",IDC_STD_COLOR4,"ColorSwatch",0x0,153,34,34,10
1200 CONTROL "User1",IDC_STD_COLOR4,"ColorSwatch",0x0,156,13,34,10
1284 CONTROL "User1",IDC_STD_COLOR4,"ColorSwatch",0x0,153,16,34,10
H A Dstdmtl.cpp79 static int colID[NCOLBOX] = { IDC_STD_COLOR1, IDC_STD_COLOR2, IDC_STD_COLOR3, IDC_STD_COLOR4 };
908 case IDC_STD_COLOR4: return 3; in ColIDToIndex()