Browse Source

Update unit1.pas

Leandro Diaz 1 year ago
parent
commit
120bf9e8d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/test_bgravirtualscreen_blur/unit1.pas

+ 1 - 1
test/test_bgravirtualscreen_blur/unit1.pas

@@ -57,7 +57,7 @@ begin
   if TControl(Sender).Tag = 1 then
   if TControl(Sender).Tag = 1 then
   begin
   begin
     Bitmap.StretchPutImageProportionally(Rect(-TControl(Sender).Left,-TControl(Sender).Top,Width-TControl(Sender).Left,Height-TControl(Sender).Top), taCenter, tlCenter, backgroundblur, dmSet);
     Bitmap.StretchPutImageProportionally(Rect(-TControl(Sender).Left,-TControl(Sender).Top,Width-TControl(Sender).Left,Height-TControl(Sender).Top), taCenter, tlCenter, backgroundblur, dmSet);
-    Bitmap.RoundRectAntialias(0, 0, Bitmap.Width-1, Bitmap.Height-1, 5, 5, BGRA(255, 255, 255, 100), 1, BGRA(255, 255, 255, 10));
+    Bitmap.RoundRectAntialias(0, 0, Bitmap.Width-1, Bitmap.Height-1, 5, 5, BGRA(255, 255, 255, 30), 1, BGRA(255, 255, 255, 10));
     Bitmap.PutImage(0, 0, backgroundnoise, dmDrawWithTransparency, 2);
     Bitmap.PutImage(0, 0, backgroundnoise, dmDrawWithTransparency, 2);
   end
   end
   else
   else