Skip to content

Commit

Permalink
Update src/multi-color-replace/MultiColorReplaceFilter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Feb 14, 2024
1 parent c4a8aea commit 8e4fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi-color-replace/MultiColorReplaceFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class MultiColorReplaceFilter extends Filter
set tolerance(value: number) { this.uniforms.uTolerance = value; }

/**
* @deprecated since 8.0.0
* @deprecated since 6.0.0
*
* Tolerance of the floating-point comparison between colors (lower = more exact, higher = more inclusive)
* @default 0.05
Expand Down

0 comments on commit 8e4fac7

Please sign in to comment.