Skip to content

Commit

Permalink
Others changes suggested for label
Browse files Browse the repository at this point in the history
  • Loading branch information
Desmis committed Jan 16, 2025
1 parent 479dec9 commit a3986a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rtdata/languages/default
Original file line number Diff line number Diff line change
Expand Up @@ -3688,11 +3688,11 @@ TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modi
TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
TP_LOCALLAB_SIGBLACKSSCIE;Blacks distribution
TP_LOCALLAB_SIGCIE;Sigmoid
TP_LOCALLAB_SIGFRA;Sigmoid Q & Slope based *
TP_LOCALLAB_SIGFRA11;Sigmoid Q - deprecated
TP_LOCALLAB_SIGFRA;Sigmoid Q & Slope based
TP_LOCALLAB_SIGFRA11;Sigmoid Q (deprecated)
TP_LOCALLAB_SIGGAMJCIE;Gamma
TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
TP_LOCALLAB_SIGJZFRA11;Sigmoid Jz
TP_LOCALLAB_SIGJZFRA11;Sigmoid Jz (deprecated)
TP_LOCALLAB_SIGMAWAV;Attenuation response
TP_LOCALLAB_SIGMOID16_TOOLTIP;Allows you to simulate a tone mapping appearance using both 'Ciecam' and 'Sigmoid Q' or 'Slope based Q'. Sigmoid Q has three sliders:\na) Contrast acts on the shape of the sigmoid curve and consequently on the strength\nb) Skew (gray point) distributes the action according to the luminance.\nc) Display White point (cd/m2) - mode advanced. \n\nSlope based has only one slider: Gray balance (slope).\n\nThis new version of Sigmoid is incompatible with previous versions 5.11 and earlier. Log encoding inside Ciecam is removed.
TP_LOCALLAB_SIGMOIDBL;Display White point (cd/m2)
Expand Down
2 changes: 2 additions & 0 deletions rtgui/locallabtools2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9503,6 +9503,7 @@ void Locallabcie::updateAdviceTooltips(const bool showTooltips)
blackscie->set_tooltip_text(M("TP_LOCALLAB_SIGMOIDWHITESCIE_TOOLTIP"));
normcie12->set_tooltip_text(M("TP_LOCALLAB_SIGMOIDNORMCIE_TOOLTIP"));
sigmoidblcie12->set_tooltip_text(M("TP_LOCALLAB_SIGMOIDNORMCIEDISP_TOOLTIP"));
sigmoidbljzcie12->set_tooltip_text(M("TP_LOCALLAB_SIGMOIDNORMCIEDISP_TOOLTIP"));
sigmoidblcie->set_tooltip_text(M("TP_LOCALLAB_SIGMOIDNORMCIEBLEND_TOOLTIP"));
catBox->set_tooltip_text(M("TP_ICM_WORKING_CAT_TOOLTIP"));
wprimBox->set_tooltip_text(M("TP_ICM_WORKING_PRIM_TOOLTIP"));
Expand Down Expand Up @@ -9586,6 +9587,7 @@ void Locallabcie::updateAdviceTooltips(const bool showTooltips)
blackscie->set_tooltip_text("");
normcie12->set_tooltip_text("");
sigmoidblcie12->set_tooltip_text("");
sigmoidbljzcie12->set_tooltip_text("");
catBox->set_tooltip_text("");
expprecam->set_tooltip_text("");
wprimBox->set_tooltip_text("");
Expand Down

0 comments on commit a3986a5

Please sign in to comment.