mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Better background opacity for the digital signal visualizer
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user