NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #452 (closed enhancement: fixed)

Opened 2011-04-22T13:43:54-05:00

Last modified 2011-04-28T15:20:53-05:00

Color Composite Display components

Reported by: gharris Owned by: gharris
Priority: major Milestone: imagej-2.0-alpha2
Component: Display API Version:
Severity: non-issue Keywords:
Cc: Blocked By:
Blocking:

Description

Color Composite Display components
Changes to Composite display components...

  • Replaced use of Color[] with new class Lut;
  • Luts now created using LutBuilder.getInstance() (a singleton)
  • Added LutWithAlpha that extends Lut.
  • Generalized CompositeImgData for arbitrary number of channels, each with a Lut, for displaying a Composite color image

Change History

comment:1 Changed 2011-04-28T15:20:53-05:00 by gharris

  • Status changed from new to closed
  • Resolution set to fixed