Ticket #830 (closed task: fixed)
Need to track foreground and background values
| Reported by: | bdezonia | Owned by: | bdezonia |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.0.0-beta1 |
| Component: | ij-tool | Version: | |
| Severity: | serious | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
There are some plugins (such as Fill) that need to know what the current foreground color/value is. We need to track this somehow and give an api for accessing such.
Note that some tools for ticket #829 will need to work with this api.
Reassign as needed.
Change History
Note: See
TracTickets for help on using
tickets.

Note that the current fill plugin has an ugly prompt for asking for the fill value. This is marked TODO as it needs to be updated to just use the current foreground value. The Process > Math > Set plugin already fills the need of a plugin that asks for a value to set a roi region to.