mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
Make backgrounds transparent
This commit is contained in:
parent
2972125772
commit
b42a0ea7f7
@ -635,10 +635,10 @@ static void glui_frame(void)
|
|||||||
0.13, 0.59, 0.95, 1,
|
0.13, 0.59, 0.95, 1,
|
||||||
};
|
};
|
||||||
GRfloat lightblue_bg[16] = {
|
GRfloat lightblue_bg[16] = {
|
||||||
0.89, 0.95, 0.99, 1,
|
0.89, 0.95, 0.99, 0.75,
|
||||||
0.89, 0.95, 0.99, 1,
|
0.89, 0.95, 0.99, 0.75,
|
||||||
0.89, 0.95, 0.99, 1,
|
0.89, 0.95, 0.99, 0.75,
|
||||||
0.89, 0.95, 0.99, 1,
|
0.89, 0.95, 0.99, 0.75,
|
||||||
};
|
};
|
||||||
GRfloat pure_white[16]= {
|
GRfloat pure_white[16]= {
|
||||||
1, 1, 1, 1,
|
1, 1, 1, 1,
|
||||||
@ -653,10 +653,10 @@ static void glui_frame(void)
|
|||||||
0.98, 0.98, 0.98, 1,
|
0.98, 0.98, 0.98, 1,
|
||||||
};
|
};
|
||||||
GRfloat white_transp_bg[16]= {
|
GRfloat white_transp_bg[16]= {
|
||||||
0.98, 0.98, 0.98, 0.75,
|
0.98, 0.98, 0.98, 0.30,
|
||||||
0.98, 0.98, 0.98, 0.75,
|
0.98, 0.98, 0.98, 0.30,
|
||||||
0.98, 0.98, 0.98, 0.75,
|
0.98, 0.98, 0.98, 0.30,
|
||||||
0.98, 0.98, 0.98, 0.75,
|
0.98, 0.98, 0.98, 0.30,
|
||||||
};
|
};
|
||||||
GRfloat grey_bg[16]= {
|
GRfloat grey_bg[16]= {
|
||||||
0.78, 0.78, 0.78, 1,
|
0.78, 0.78, 0.78, 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user