Skip to content

Commit 9b662d4

Browse files
committed
Update
1 parent 97ec1ce commit 9b662d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ 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;
78+
float contrast = 0.8f;
7979
cm.set(new float[]{
8080
contrast, 0, 0, 0, 0,
8181
0, contrast, 0, 0, 0,

0 commit comments

Comments
 (0)