Alpha values for images
Open
- Dominant language
- C#
- Stars
- 6
- Forks
- 0
- Avg merge
- 1h 1m
- Merged PRs (30d)
- 2
Description
Textures should have a control on how much alpha is let through.
Control on the entire texture (float):
0 = completely transparent
1 = not transparent
Control on just the transparent parent pixels e.g. `.png` files (bool):
true = transparency enabled
false = transparency disabled
Contributor guide
Assessment
This issue has not been assessed yet.