[stripes] Better tab colors

This commit is contained in:
Jean-André Santoni 2018-04-11 21:17:37 +07:00
parent 3a1e954284
commit 617793df40
2 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,8 @@
"includePath": [
"/usr/include",
"/usr/local/include",
"${workspaceRoot}"
"${workspaceRoot}",
"${workspaceRoot}/libretro-common/include"
],
"defines": [],
"intelliSenseMode": "clang-x64",

View File

@ -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(