|
@@ -700,9 +700,10 @@ export class EditScence extends SGraphScene {
|
|
|
if (fillColor.length == 7) {
|
|
|
fillColorT = fillColor + Transparency[15];
|
|
|
if (this.focusItem instanceof SSCPZZoneLegendItem || this.focusItem instanceof SSCPZZoneLegendItem) {
|
|
|
- const sc = new SColor(this.focusItem.fillColor);
|
|
|
- const alp = ((sc.alpha/255)*100).toFixed()
|
|
|
- fillColorT = fillColor + Transparency[alp];
|
|
|
+ // const sc = new SColor(this.focusItem.fillColor);
|
|
|
+ // const alp = ((sc.alpha/255)*100).toFixed()
|
|
|
+ // fillColorT = fillColor + Transparency[alp];
|
|
|
+ fillColorT = fillColor + Transparency[80];
|
|
|
}
|
|
|
} else {
|
|
|
fillColorT = fillColor;
|