Ticket #852 (new enhancement)
Posibility to change the selection transparency with the selection color
| Reported by: | msuing | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | AJAX Viewer | Version: | |
| Severity: | minor | Keywords: | selection, transparency |
| Cc: | External ID: |
Description
When you change the selection color in ..\www\viewerfiles\ajaxmappane.templ, line 334
var selectionColor = '0x0000FFFF'; // Blue
The value is 0xRRGGBBaa where each is a hex value from 0-255 representing your RGB and transparency (alpha) values.
Currently I’m not seeing the alpha value have any impact as either FF or 00 so I don’t think it’s being used.
It could be fantastic to have the possibility to change the selection transparency.
Change History
Note: See
TracTickets for help on using
tickets.
