Do the blending at the right time
This commit is contained in:
parent
67eb85ffe0
commit
b662f34b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
}
|
||||
else
|
||||
{
|
||||
GLHelper.Render(minXminYMesh, theme.TextColor.Blend(theme.BackgroundColor.WithAlpha(e.Alpha0to255), .35), TotalTransform, RenderTypes.Shaded);
|
||||
GLHelper.Render(minXminYMesh, theme.TextColor.Blend(theme.BackgroundColor, .35).WithAlpha(e.Alpha0to255), TotalTransform, RenderTypes.Shaded);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue