@@ -153,6 +153,12 @@ property_double (radius1, _("Radius of Bevel"), 7.0)
153153 ui_gamma (1.5 )
154154 ui_meta ("visible" , "guichange {innerglowbevel}" )
155155
156+ property_double (th , _ ("Bevel's unmodified edge pixel fix" ), 0.100 )
157+ value_range (0.0 , 0.1 )
158+ ui_range (0.0 , 0.1 )
159+ ui_meta ("visible" , "guichange {innerglowbevel}" )
160+ ui_meta ("role" , "output-extent" )
161+
156162
157163
158164
@@ -333,12 +339,13 @@ property_color (innergvalue, _("Inner Glow's Color"), "#ff8f00")
333339 ui_meta ("visible" , "guichange {innerglowbevel}" )
334340
335341
336- property_double (fixoutline , _ ("Fix Inner Glow outline with median blur " ), 69 )
342+ property_double (fixoutline , _ ("Inner Glow's unmodified pixel fix " ), 69 )
337343 value_range (50 , 79 )
338344 description (_ ("Neighborhood alpha percentile" ))
339345 ui_meta ("visible" , "guichange {innerglowbevel}" )
340346
341347
348+
342349property_boolean (gradient , _ ("Enable Gradient" ), FALSE)
343350 description (_ ("Whether to add Gradient overlay" ))
344351ui_meta ("visible" , "guichange {imagegradient}" )
@@ -814,6 +821,7 @@ lchcolorig = gegl_node_new_child (gegl,
814821 gegl_operation_meta_redirect (operation , "end_y" , gradient , "end-y" );
815822 gegl_operation_meta_redirect (operation , "start_color" , gradient , "start-color" );
816823 gegl_operation_meta_redirect (operation , "end_color" , gradient , "end-color" );
824+ gegl_operation_meta_redirect (operation , "th" , mbd , "th" );
817825
818826
819827 /* Now save points to the various gegl nodes so we can rewire them in
0 commit comments