mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #1828] [CLOSED] v1 Color Temperature Control #1291
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#1291
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?
📋 Pull Request Information
Original PR: https://github.com/MonitorControl/MonitorControl/pull/1828
Author: @claycantrell
Created: 1/7/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
91edbcdv1 Color Temperature Control📊 Changes
8 files changed (+89 additions, -29 deletions)
View changed files
📝
MonitorControl/Enums/PrefKey.swift(+5 -2)📝
MonitorControl/Model/OtherDisplay.swift(+9 -3)📝
MonitorControl/Support/DisplayManager.swift(+21 -21)📝
MonitorControl/Support/MenuHandler.swift(+8 -0)📝
MonitorControl/Support/SliderHandler.swift(+13 -1)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+15 -0)📝
MonitorControl/UI/en.lproj/Localizable.strings(+3 -0)📝
MonitorControl/View Controllers/Preferences/MenuslidersPrefsViewController.swift(+15 -2)📄 Description
Add Color Temperature Control via DDC
Summary
How It Works
The color temperature control uses a simplified Kelvin-to-RGB approach:
This creates an asymmetric adjustment where blue changes more dramatically than red, mimicking real color temperature behavior.
Files Changed
MonitorControl/Enums/PrefKey.swiftshowColorTemperaturepreference keyMonitorControl/Support/MenuHandler.swiftMonitorControl/Support/SliderHandler.swiftvideoGainRed/videoGainBlueMonitorControl/View Controllers/Preferences/MenuslidersPrefsViewController.swiftMonitorControl/UI/Base.lproj/Main.storyboardMonitorControl/View Controllers/Preferences/DisplaysPrefsCellView.swiftMonitorControl/View Controllers/Preferences/DisplaysPrefsViewController.swiftMonitorControl/Model/OtherDisplay.swiftMonitorControl/UI/en.lproj/Localizable.stringsKnown Limitations
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.