Transform: Reduce the alpha in the Edge Slide drawing

It was very intense and could be confused with the `Even` option.
This commit is contained in:
Germano Cavalcante 2020-06-30 09:00:22 -03:00
parent 602cfdeac7
commit bdbfdce766
1 changed files with 1 additions and 1 deletions

View File

@ -1250,7 +1250,7 @@ void drawEdgeSlide(TransInfo *t)
else {
/* Common case. */
TransDataEdgeSlideVert *curr_sv = &sld->sv[sld->curr_sv_index];
const int alpha_shade = -30;
const int alpha_shade = -160;
GPU_line_width(line_size);
immUniformThemeColorShadeAlpha(TH_EDGE_SELECT, 80, alpha_shade);