Added tip about gamma in Color Correction section (#742)

This commit is contained in:
Carlos Garcia Saura 2021-11-29 11:16:34 +01:00 committed by GitHub
parent 6f9454acd3
commit 9215bab434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,9 @@ perceived intensity of different colors will generally vary. This can be done by
max_power: 80%
# Repeat for green and blue output
.. note::
Remember that ``gamma_correct`` is enabled by default (``γ=2.8``), and you may want take it into account for the calibration. For instance if you command a light to *50%* brightness and want it to be the new maximum: ``max_PWM_power = max_light_power^2.8 = 0.5^2.8 = 0.144``, then you would set ``max_power`` to *14.4%*.
Configuration variables:
------------------------

View File

@ -43,6 +43,10 @@ perceived intensity of different colors will generally vary. This can be done by
pin: D1
max_power: 80%
.. note::
Remember that ``gamma_correct`` is enabled by default (``γ=2.8``), and you may want take it into account for the calibration. For instance if you command a light to *50%* brightness and want it to be the new maximum: ``max_PWM_power = max_light_power^2.8 = 0.5^2.8 = 0.144``, then you would set ``max_power`` to *14.4%*.
.. _rgbw_color_interlock:
Color Interlock

View File

@ -49,6 +49,10 @@ perceived intensity of different colors will generally vary. This can be done by
pin: D1
max_power: 80%
.. note::
Remember that ``gamma_correct`` is enabled by default (``γ=2.8``), and you may want take it into account for the calibration. For instance if you command a light to *50%* brightness and want it to be the new maximum: ``max_PWM_power = max_light_power^2.8 = 0.5^2.8 = 0.144``, then you would set ``max_power`` to *14.4%*.
Color Interlock
---------------