Infinite Color Engine: fix for YUV & hybrid interpolators#1302
Merged
Infinite Color Engine: fix for YUV & hybrid interpolators#1302
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Unproportional YUV scaling with the brightness limiter aggressively enabled could lead to unnatural color transitions for both YUV & hybrid interpolators
For hybrid smoothing, brightness limiter=0.01: in the remote tab select green color ex (0,255,0) apply it then click on the palette at some black color (left lower corner). the pink color suddenly will appear for a moment
Improved detecting when the target color has been reached in Hybrid interpolation (velocity was ignored, only the color match so sometimes there was no oscillation around the target).
In the case of the YUV interpolator, a condition that could cause it to infinite oscillation around its intended target color with the brightness limiter enabled has been corrected.
Set YUV interpolator with brightness limiter=0.01: set background effect to blue color save it then change it to yellow and save it