Skip to content

Commit

Permalink
Merge branch 'IRSA-4793-3color-default' into rc-2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed Sep 7, 2022
2 parents b50d24d + 13dcb16 commit d489506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class ImageStretch {

private static boolean isHuePreserving(RangeValues rv) {
return rv.rgbPreserveHue();
return rv!=null ? rv.rgbPreserveHue() : false;
}


Expand Down

0 comments on commit d489506

Please sign in to comment.