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 #1382 (closed enhancement: fixed)

Opened 2012-08-10T18:30:40-05:00

Last modified 2012-09-07T16:33:16-05:00

Refactor ColorTables

Reported by: aivar Owned by: aivar
Priority: major Milestone: imagej2-b4-plugins
Component: Other Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1381, #1385

Description

All calls using LUTs should go through ColorTable, which will hide the implementation details of ColorTable8 & ColorTable16. This will centralize the color look up code.

Change History

comment:1 Changed 2012-08-10T18:41:27-05:00 by aivar

  • Summary changed from Refactor LUT code to Refactor ColorTables

comment:2 Changed 2012-08-10T18:41:39-05:00 by aivar

  • Type changed from feature to enhancement

comment:3 Changed 2012-08-10T18:44:47-05:00 by aivar

  • Blocking 1385 added

comment:4 Changed 2012-09-07T16:33:16-05:00 by curtis

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

Done with the merge of the luts branch.