-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwhite.c
21 lines (20 loc) · 939 Bytes
/
white.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
void white(void)
{
SPFService("VPUT", "ZCOLOR.PALETTE.00", "16777215");
SPFService("VPUT", "ZCOLOR.PALETTE.01", "8421504");
SPFService("VPUT", "ZCOLOR.PALETTE.02", "12632256");
SPFService("VPUT", "ZCOLOR.PALETTE.03", "0");
SPFService("VPUT", "ZCOLOR.PALETTE.04", "8421440");
SPFService("VPUT", "ZCOLOR.PALETTE.05", "32896");
SPFService("VPUT", "ZCOLOR.PALETTE.06", "10420224");
SPFService("VPUT", "ZCOLOR.PALETTE.07", "9795427");
SPFService("VPUT", "ZCOLOR.PALETTE.08", "8388608");
SPFService("VPUT", "ZCOLOR.PALETTE.09", "32768");
SPFService("VPUT", "ZCOLOR.PALETTE.10", "16711680");
SPFService("VPUT", "ZCOLOR.PALETTE.11", "170");
SPFService("VPUT", "ZCOLOR.PALETTE.12", "128");
SPFService("VPUT", "ZCOLOR.PALETTE.13", "8388736");
SPFService("VPUT", "ZCOLOR.PALETTE.14", "200");
SPFService("VPUT", "ZCOLOR.PALETTE.15", "16711935");
SPFService("CMD", "RECOLOR");
}