Skip to content

Commit

Permalink
fix(ParaViewWebClient): Update new available endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Feb 26, 2016
1 parent 6b32055 commit 4084643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/IO/WebSocket/ParaViewWebClient/ColorManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ export default function createMethods(session) {
listColorMapNames: () => {
return session.call('pv.color.manager.list.preset', []);
},
listColorMapImages: (numSamples=256) => {
return session.call('pv.color.manager.lut.image.all', [numSamples]);
},
};
}

0 comments on commit 4084643

Please sign in to comment.