[PR #298] [CLOSED] Add an option to show color adjustment sliders #1082

Closed
opened 2026-05-05 07:04:11 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/298
Author: @pvaibhav
Created: 9/30/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c24287d Add an option to show color adjustment sliders

📊 Changes

6 files changed (+60 additions, -5 deletions)

View changed files

📝 MonitorControl/AppDelegate.swift (+17 -0)
📝 MonitorControl/Extensions/NSNotification+Extension.swift (+1 -0)
📝 MonitorControl/Model/ExternalDisplay.swift (+3 -0)
📝 MonitorControl/Support/Utils.swift (+3 -0)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+14 -4)
📝 MonitorControl/View Controllers/MainPrefsViewController.swift (+22 -1)

📄 Description

This pull request adds an option to show red/green/blue gain adjustment sliders. It can be enabled from the preferences screen.

If the external monitor supports these commands, these sliders can be used to make quick adjustments to the white balance with changing ambient light conditions throughout the day. It's useful for people whose work desk is next to a window.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/MonitorControl/MonitorControl/pull/298 **Author:** [@pvaibhav](https://github.com/pvaibhav) **Created:** 9/30/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c24287d`](https://github.com/MonitorControl/MonitorControl/commit/c24287d1923c34c102994d4b3fe55b124cc89a39) Add an option to show color adjustment sliders ### 📊 Changes **6 files changed** (+60 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl/AppDelegate.swift` (+17 -0) 📝 `MonitorControl/Extensions/NSNotification+Extension.swift` (+1 -0) 📝 `MonitorControl/Model/ExternalDisplay.swift` (+3 -0) 📝 `MonitorControl/Support/Utils.swift` (+3 -0) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+14 -4) 📝 `MonitorControl/View Controllers/MainPrefsViewController.swift` (+22 -1) </details> ### 📄 Description This pull request adds an option to show red/green/blue gain adjustment sliders. It can be enabled from the preferences screen. If the external monitor supports these commands, these sliders can be used to make quick adjustments to the white balance with changing ambient light conditions throughout the day. It's useful for people whose work desk is next to a window. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:04:11 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1082
No description provided.