Skip to content

Commit e44ece1

Browse files
committed
Update
1 parent a5efbcd commit e44ece1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/omarea/common/ui/FastBlurUtility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ private static Bitmap scaleAndDim(Bitmap bitmap, int targetW, int targetH) {
7575

7676
// Tạo bộ lọc màu để giảm độ sáng (contrast 0.85f ~ giảm 15% độ sáng)
7777
ColorMatrix cm = new ColorMatrix();
78-
float contrast = 0.95f;
79-
float brightness = 30f;
78+
float contrast = 1.05f;
79+
float brightness = 90f;
8080
cm.set(new float[]{
8181
contrast, 0, 0, 0, brightness,
8282
0, contrast, 0, 0, brightness,

0 commit comments

Comments
 (0)