Skip to content

Commit

Permalink
Adding explanations for White Count, WaveLength, UV Stab, Custom Colo…
Browse files Browse the repository at this point in the history
…r, CRI Mode, ColorUniform, Color Ctrl Rst, ColorModel
  • Loading branch information
petrvanekrobe committed Aug 24, 2022
1 parent 2ce598f commit 59baa5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions function_matrix/attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2408,63 +2408,63 @@
"_prettyName": "ColorModel",
"_feature": "Control.Control",
"definition": "Controls color model (CMY/RGB/HSV...).",
"explanation": "",
"explanation": "In devices that have a function to allow switching between various ways of color mixing (CMY, RGB, HSV...), this attribute is used to describe this function.",
"visual": ""
},
{
"_name": "ColorSettingsReset",
"_prettyName": "Color Ctrl Rst",
"_feature": "Control.Control",
"definition": "Resets settings of color control channel.",
"explanation": "",
"explanation": "Use this attribute to describe a function which allows to set various color related settings back to the default state.",
"visual": ""
},
{
"_name": "ColorUniformity",
"_prettyName": "ColorUniform",
"_feature": "Control.Control",
"definition": "Controls behavior of color uniformity.",
"explanation": "",
"explanation": "In devices that allow to set a color uniformity between multiple fixtures use this attribute to describe a such function.",
"visual": ""
},
{
"_name": "CRIMode",
"_prettyName": "CRI Mode",
"_feature": "Control.Control",
"definition": "Controls CRI settings of output.",
"explanation": "",
"explanation": "Use this attribute to describe a function that allows to choose a color mixing mode which is prioritizing higher Color Rendering Index.",
"visual": ""
},
{
"_name": "CustomColor",
"_prettyName": "Custom Color",
"_feature": "Control.Control",
"definition": "Custom color related functions (save, recall..).",
"explanation": "",
"explanation": "Use this attribute to describe a function that allows to save a custom color into the lighting device.",
"visual": ""
},
{
"_name": "UVStability",
"_prettyName": "UV Stab",
"_feature": "Control.Control",
"definition": "Settings for UV stability color behavior.",
"explanation": "",
"explanation": "Use this attribute to describe a function that allows to choose a color mixing mode which is prioritizing color stability and suppresses UV color.",
"visual": ""
},
{
"_name": "WaveLengthCorrection",
"_prettyName": "WaveLength",
"_feature": "Control.Control",
"definition": "",
"explanation": "",
"explanation": "Use this attribute to describe a function that allows to adjust color mixing according to corresponding wavelengths in order to achieve same colors from multiple fixtures.",
"visual": ""
},
{
"_name": "WhiteCount",
"_prettyName": "White Count",
"_feature": "Control.Control",
"definition": "Controls if White LED is proportionally added to RGB.",
"explanation": "",
"explanation": "Some devices allow internal automatic intensity control of White LED by the device, based on proportions of intensity of remaining LED emitters. Use this attribute to describe this behavior.",
"visual": ""
},
{
Expand Down

0 comments on commit 59baa5c

Please sign in to comment.