Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame alpha channel doesnt work #178

Open
JimmyS83 opened this issue Jan 31, 2024 · 1 comment
Open

Frame alpha channel doesnt work #178

JimmyS83 opened this issue Jan 31, 2024 · 1 comment

Comments

@JimmyS83
Copy link
Contributor

JimmyS83 commented Jan 31, 2024

The outline and bg parameters can also accept a "colour-with-alpha" (r,g,b,a) to allow a bit more more control over the transparency of the various bits. (source)

Whenever I tried, it seems to me, that frame element ignores alpha channel, and I cant make it transparent. Not bg neither outline.

I would like to use frames for fadeout edges of widgets into video in background, which I would wrap to the frame.. I was able to to so with maps, like

<frame y="256" width="256" height="256" cr="70" fo="70" bg="255,255,255,0">
  <component type="moving_journey_map" size="256" zoom="14" />
</frame>

image

But cannot do the same with text, speedometers,.. ...

<frame y="256" width="256" height="256" cr="70" fo="70" bg="255,255,255,0">
  <component type="text" x="100" y="100"  size="25" align="left">Accl.x </component>
</frame>

image

@JimmyS83 JimmyS83 changed the title Frabe alpha channel doesnt work Frame alpha channel doesnt work Jan 31, 2024
@time4tea
Copy link
Owner

time4tea commented Mar 4, 2024

Hi.. sorry somehow I didn't see this issue till now. I'll take a look. James

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants