mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
[stripes] Better tab colors
This commit is contained in:
parent
3a1e954284
commit
617793df40
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -5,7 +5,8 @@
|
||||
"includePath": [
|
||||
"/usr/include",
|
||||
"/usr/local/include",
|
||||
"${workspaceRoot}"
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/libretro-common/include"
|
||||
],
|
||||
"defines": [],
|
||||
"intelliSenseMode": "clang-x64",
|
||||
|
@ -2878,12 +2878,12 @@ static void stripes_frame(void *data, video_frame_info_t *video_info)
|
||||
continue;
|
||||
|
||||
float rgb[3];
|
||||
HSLToRGB(0.05*(float)i,0.5,0.5, &rgb[0]) ;
|
||||
HSLToRGB(0.07*(float)i,0.5,0.5, &rgb[0]) ;
|
||||
float color[16] = {
|
||||
rgb[0], rgb[1], rgb[2], 1,
|
||||
rgb[0], rgb[1], rgb[2], 1,
|
||||
rgb[0], rgb[1], rgb[2], 1,
|
||||
rgb[0], rgb[1], rgb[2], 1,
|
||||
rgb[0], rgb[1], rgb[2], 0.55,
|
||||
rgb[0], rgb[1], rgb[2], 0.55,
|
||||
rgb[0], rgb[1], rgb[2], 0.55,
|
||||
rgb[0], rgb[1], rgb[2], 0.55,
|
||||
};
|
||||
|
||||
menu_display_draw_polygon(
|
||||
|
Loading…
x
Reference in New Issue
Block a user