Skip to content

Commit

Permalink
Merge pull request #217 from Davo911/add-white-handling-mode
Browse files Browse the repository at this point in the history
Add Max option docs
  • Loading branch information
blazoncek authored Jul 24, 2024
2 parents 51b81e2 + a222166 commit 420f06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/features/cct.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Accurate | This mode subtracts the calculated white value from the RGB channels.
Brighter | This does the exact opposite and not touch the RGB channels at all, just mix in the dedicated white.
None | No auto white calculation is performed. The white channel of colors can be manually set using the `White channel` slider in the user interface, RGB-only effects and most realtime sources will leave the white channel off.
Dual | The `White channel` slider is present in the UI and works the same as in `None` mode, however if the slider value is 0 (far left), the `Brighter` mode is used for auto white calculation. This is the default auto white mode.
Max | Sets white to the value of the brightest RGB channel. This is good for white-only LEDs without any RGB.

`Accurate` and `Brighter` methods are applied on a per-pixel basis, so they also work in color palettes and realtime effects!

Expand Down

0 comments on commit 420f06a

Please sign in to comment.