mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #114] Better way of lowering contrast after brightness #86
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MHX792 on GitHub (Aug 18, 2019).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/114
Currently, when the lowest brightness setting is reached, it will lower the contrast. Unfortunately the lowering is too strong. It drops to a too way contrast level.
I made suggestions for how to improve this backed by code in this thread:
https://github.com/JoniVR/MonitorControl/issues/3
Hopefully, you will find some time to implement it. I use it with an old version since 8 months now and would not want to miss the convenience any more. Can recommend +100.
@JoniVR commented on GitHub (Aug 19, 2019):
I think this is very much related to #31, so I'm going to close this issue and we'll consider it part of that issue.
I don't think it would be a lot of work to implement since I basically already implemented it on a separate branch of my fork (
59620bbba3) before shifting focus to this repo.DDC.swift. #1037