From 4b665bbe57b9094552f16c4145d428f842ed7a72 Mon Sep 17 00:00:00 2001 From: brian tiger chow <734339+btc@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:24:21 +0100 Subject: [PATCH] Update COLOR_BALANCE_OFX.dctl --- DCTL_OFX/COLOR_BALANCE_OFX.dctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DCTL_OFX/COLOR_BALANCE_OFX.dctl b/DCTL_OFX/COLOR_BALANCE_OFX.dctl index 41c2be2..0ee09b6 100644 --- a/DCTL_OFX/COLOR_BALANCE_OFX.dctl +++ b/DCTL_OFX/COLOR_BALANCE_OFX.dctl @@ -5,7 +5,7 @@ DEFINE_UI_PARAMS(MidR, Mid Cyan Red, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) DEFINE_UI_PARAMS(HighR, High Cyan Red, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) DEFINE_UI_PARAMS(ShadG, Low Magenta Green, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) DEFINE_UI_PARAMS(MidG, Mid Magenta Green, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) -DEFINE_UI_PARAMS(HighG, Low Magenta Green, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) +DEFINE_UI_PARAMS(HighG, High Magenta Green, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) DEFINE_UI_PARAMS(ShadB, Low Yellow Blue, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) DEFINE_UI_PARAMS(MidB, Mid Yellow Blue, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) DEFINE_UI_PARAMS(HighB, High Yellow Blue, DCTLUI_SLIDER_FLOAT, 0, -1, 1, 0.001) @@ -122,4 +122,4 @@ RGB = RGB + Graph; if(ALPHA) RGB = make_float3(alpha, alpha, alpha); return RGB; -} \ No newline at end of file +}