Core Foundry `Region._draw()` sets `this.#highlight.alpha = 0.5` And since `#highlight` is private, we can't modify it in our own version!
Core Foundry
Region._draw()setsthis.#highlight.alpha = 0.5And since
#highlightis private, we can't modify it in our own version!