Ticket #830 (closed task: fixed)
Opened 2011-10-17T14:14:18-05:00
Last modified 2012-01-25T09:58:38-06:00
Need to track foreground and background values
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Tools | 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
comment:1 Changed 2011-10-17T14:22:37-05:00 by bdezonia
comment:2 Changed 2012-01-18T16:27:12-06:00 by bdezonia
- Owner changed from curtis to bdezonia
- Status changed from new to assigned
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
comment:3 Changed 2012-01-25T09:55:11-06:00 by bdezonia
Fixed in e339745786cf766f6d6ee1cc0120bdf3be05db45
comment:4 Changed 2012-01-25T09:58:38-06:00 by bdezonia
- Status changed from assigned to closed
- Resolution set to fixed
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.