allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

Channel object now uses the Lut object #198

Closed toloudis closed 3 months ago

toloudis commented 3 months ago

Estimated time to review: <15 min.

Following up on a previous refactor PR, we now use the results.
Channels were previously storing a lookup table as a simple Uint8Array. Now we have an encapsulated class called Lut. Modified Channel to use it, fixed the remapping code to include both ControlPoints and array, and tested the results of the remapping in the test app.