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 #1237 (closed defect: fixed)

Opened 2012-06-21T14:01:08-05:00

Last modified 2012-06-21T15:02:10-05:00

Allow Point Overlays to support different colors

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

In IJ1 PointRois have a fill color. In IJ2 they are always yellow. Change them so that they can render different colors.

Change History

comment:1 Changed 2012-06-21T15:02:10-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta3

With commit f2a3aa600a04341ee9ad06af52dc78bbb05e652e PointOverlays will draw with user specified fill color.

Note that currently there is a bug where the point fills are defaulting to color white. This will be handled as a different ticket.