Skip to content

Commit

Permalink
fix(createImageRenderingActor): update second component color range a…
Browse files Browse the repository at this point in the history
…fter compare
  • Loading branch information
PaulHax committed May 29, 2023
1 parent ee8bda0 commit 7259c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Rendering/Images/createImageRenderingActor.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ const cleanColorRanges = (c, { data: { name } }) => {
actorContext.colorRangeBoundsAutoAdjust = new Map(
[...Array(componentCount).keys()].map(c => [c, true])
)
actorContext.colorRangesAutoAdjust = new Map(
[...Array(componentCount).keys()].map(c => [c, true])
)
actorContext.piecewiseFunctionPointsAutoAdjust = new Map(
[...Array(componentCount).keys()].map(c => [c, true])
)
Expand Down

0 comments on commit 7259c4b

Please sign in to comment.