You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a player request, @TheMeinerLP and I investigated how #saturate works and found out that the alpha (which is the tranparency) always has to be 255 in order to work.
To Reproduce
Do //re #saturate[0][255][0][1] and set the 1 to a number that is not 255 and below
See after a minute that it won't work
Expected behaviour
It should work and the transparency should be applied -> glass might be set then or something more transparent
How to make this better for the user that only has a parameter to put in and might not know which exact alpha values they have to put in? Should we add good examples in documentation or some fixed value options in tabcompletion at the alpha value?
I would say just remove the alpha option, or repurpose it as a "strength". I.e. 255 is mixing 100% of either colour, whereas alpha=0 would effectively be not mixing the "new" colour at all
OneLiteFeather
changed the title
Fix how transparency (alpha) works in #saturate
Remove alpha option, or repurpose it as a "strength" on #saturate pattern
Oct 17, 2023
Server Implementation
Paper
Server Version
1.20.1
Describe the bug
Due to a player request, @TheMeinerLP and I investigated how #saturate works and found out that the alpha (which is the tranparency) always has to be 255 in order to work.
To Reproduce
Expected behaviour
It should work and the transparency should be applied -> glass might be set then or something more transparent
Screenshots / Videos
No response
Error log (if applicable)
None
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/4a7ba67d0e8347b9ae6d553dd08ff988
Fawe Version
Is not important here, see info below (we had several tests running at this version and latest 2.7.2)
Checklist
Anything else?
This issue is since 2021 in the code at this place:
https://pastebin.com/HK9giLqt
The text was updated successfully, but these errors were encountered: