obs-filters: Add white balance filter #11850
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new White Balance Filter for OBS Studio by adding
white_balance_filter.c
andwhite_balance_filter.effect
.This filter allows users to fine-tune red, green, and blue balance using three sliders. It applies a color transformation matrix to adjust white balance dynamically for more accurate color correction.
The filter consists of:
C implementation (
white_balance_filter.c
)Shader effect (
white_balance_filter.effect
)Motivation and Context
Currently, OBS offers a variety of color correction filters but lacks a dedicated white balance feature, which is essential for many users. This feature aims to address this issue by introducing a White Balance option in the Filter menu.
Ideas website link: White Balance Feature Request
How Has This Been Tested?
Types of changes
Checklist: