We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ec1ce commit 9b662d4Copy full SHA for 9b662d4
1 file changed
app/src/main/java/com/omarea/common/ui/FastBlurUtility.java
@@ -75,7 +75,7 @@ private static Bitmap scaleAndDim(Bitmap bitmap, int targetW, int targetH) {
75
76
// Tạo bộ lọc màu để giảm độ sáng (contrast 0.85f ~ giảm 15% độ sáng)
77
ColorMatrix cm = new ColorMatrix();
78
- float contrast = 0.95f;
+ float contrast = 0.8f;
79
cm.set(new float[]{
80
contrast, 0, 0, 0, 0,
81
0, contrast, 0, 0, 0,
0 commit comments