Skip to content

Commit

Permalink
fix(getColormap): add opacity mapping to findMatchingColormap return …
Browse files Browse the repository at this point in the history
…object (#1240)
  • Loading branch information
Sofien-Sellami committed May 9, 2024
1 parent 7adfc02 commit 16dd89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/utilities/colormap.ts
Expand Up @@ -99,6 +99,7 @@ function findMatchingColormap(rgbPoints, actor): ColormapPublic | null {

return {
name: matchedColormap.Name,
opacity,
};
}

Expand Down

0 comments on commit 16dd89e

Please sign in to comment.