Skip to content

Commit

Permalink
impr: Better background opacity for the digital signal visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jun 20, 2024
1 parent 24f5354 commit beef0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace hex::plugin::visualizers {

ImPlot::PushPlotClipRect();
auto transparentColor = left.color;
transparentColor.Value.w = 0.4F;
transparentColor.Value.w = 0.2F;
ImPlot::GetPlotDrawList()->AddRectFilled(min, max, transparentColor);
ImPlot::PopPlotClipRect();
}
Expand Down

0 comments on commit beef0ff

Please sign in to comment.