Skip to content

Commit

Permalink
Cleanup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Feb 14, 2024
1 parent e545552 commit 48b56f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/color-replace/ColorReplaceFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class ColorReplaceFilter extends Filter
set tolerance(value: number) { this.uniforms.uTolerance = value; }

/**
* @deprecated since 8.0.0
* @deprecated since 6.0.0
*
* The resulting color, as a 3 component RGB e.g. [1.0, 0.5, 1.0]
* @member {number|Array<number>|Float32Array}
Expand All @@ -203,7 +203,7 @@ export class ColorReplaceFilter extends Filter
}

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

0 comments on commit 48b56f3

Please sign in to comment.