Ticket #1253 (closed defect: fixed)
Opened 2012-06-26T14:01:52-05:00
Last modified 2012-10-15T15:34:56-05:00
Display current colors on Toolbar
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
In IJ1 various tools show the current color(s). IJ2 does not have that. Instead you use Options Channels to see channel values (and current values of the IJ1 legacy colors). It would be nice if we had a couple colors on the toolbar and they reflected some mapping from the current fg/bg channels to colors using the active image's LUT.
Change History
comment:2 Changed 2012-08-03T11:00:55-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:3 Changed 2012-10-04T15:50:45-05:00 by bdezonia
I have implemented a first cut at this for one tool in the drawn-tools branch.
There are a number of things to be done here:
1) make another one for BG color and base on a shared abstract class
2) improve the look of the drawn icons (they are proof of concept quality now)
3) pull behavior out of the PickerTool and house in each of the FG & BG color tools
4) then eliminate PickerTool
comment:4 Changed 2012-10-04T16:37:42-05:00 by bdezonia
1) and 2) done on the drawn-tools branch. 3) and 4) remaining
comment:5 Changed 2012-10-04T23:08:37-05:00 by bdezonia
3) and 4) done on the drawn-tools branch
comment:6 Changed 2012-10-05T10:43:29-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Merged
comment:7 Changed 2012-10-10T13:27:46-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta5-new