fix(overlays): fixed opacity for overlays generated by entity color
Description
When entity was generated for overlays by color
- there was no alpha (opacity) value added. Fixed it.
Additional things done
Refactored color generating functions. We ended up in props drilling hell. Looking forward working on next features in overlays I decided to refactor code for maintainability