Skip to content

Commit

Permalink
colorequal: Set back effect radius to 3px now that bleeding is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Jan 26, 2024
1 parent e08f387 commit 5f6152e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/colorequal.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ typedef struct dt_iop_colorequal_params_t

float white_level; // $MIN: -2.0 $MAX: 16.0 $DEFAULT: 1.0 $DESCRIPTION: "white level"
float chroma_size; // $MIN: 1.0 $MAX: 10. $DEFAULT: 2.0 $DESCRIPTION: "analysis radius"
float param_size; // $MIN: 3 $MAX: 128 $DEFAULT: 25.0 $DESCRIPTION: "effect radius"
float param_size; // $MIN: 3 $MAX: 128 $DEFAULT: 3.0 $DESCRIPTION: "effect radius"
gboolean use_filter; // $DEFAULT: TRUE $DESCRIPTION: "use guided filter"

// Note: what follows is tedious because each param needs to be declared separately.
Expand Down

0 comments on commit 5f6152e

Please sign in to comment.