color_correction_profile:
This is a config file reference. Click for instructions.
This page is reference material which explains every setting and option for this section of an MPF yaml config file. See the instructions for config files for formatting and other details. See our guide to config file examples for more examples of real configs in action.
Valid in | |
---|---|
machine config files | NO |
mode config files | NO |
The color_correction_profiles:
section of your
light_settings: is where you list your
color correction profiles for your lights.
Optional settings
The following sections are optional in the color_correction_profile:
section of your config. (If you don't include them, the default will be
used).
gamma:
Single value, type: number
(will be converted to floating point).
Default: 2.5
Specifies the gamma correction value for the lights. The default is 2.5.
linear_cutoff:
Single value, type: number
(will be converted to floating point).
Default: 0.0
This is best explained by quoting the FadeCandy documentation: By default, brightness curves are entirely nonlinear. By setting linearCutoff to a nonzero value, though, a linear area may be defined at the bottom of the brightness curve. The linear section, near zero, avoids creating very low output values that will cause distracting flicker when dithered. This isn't a problem when the lights are viewed indirectly such that the flicker is below the threshold of perception, but in cases where the flicker is a problem this linear section can eliminate it entirely at the cost of some dynamic range. To enable the linear section, set linearCutoff to some nonzero value. A good starting point is 1/256.0, corresponding to the lowest 8-bit PWM level.
linear_slope:
Single value, type: number
(will be converted to floating point).
Default: 1.0
Specifies the slope (output / input) of the linear section of the brightness curve for the lights. The default is 1.0.
whitepoint:
List of one (or more) values, each is a type: number
(will be
converted to floating point). Default: 1.0, 1.0, 1.0
Specifies the white point (or white balance) of your lights. Enter it as a list of three floating point values that correspond to the red, blue, and green light segments. These values are treated as multipliers to all incoming color commands. The default of 1.0, 1.0, 1.0 means that no white point adjustment is used. 1.0, 1.0, 0.8 would set the blue segment to be at 80% brightness while red and green are 100%, etc.
You can use this to affect the overall brightness of lights (e.g.
0.8, 0.8, 0.8
would be 80% brightness as every color would be
multiplied by 0.8). You can also use this to affect the "tint"
(lowering the blue, for example).
Related How To guides
Something missing or wrong? You can fix it!
This website is edited by people like you! Is something wrong or missing? Is something out of date, or can you explain it better?
Please help us! You can fix it yourself and be an official "open source" contributor!
It's easy! See our Beginner's guide to editing the docs.
Page navigation via the keyboard: < >
You can navigate this site via the keyboard. There are two modes:
General navigation, when search is not focused:
- F , S , / : open search dialog
- P , , : go to previous page
- N , . : go to next page
While using the search function:
- Down , Up : select next / previous result
- Esc , Tab : close search
- Enter : go to highlighted page in the results