About Store Forum Documentation Contact



Post Reply 
Blur color on panel editor glitch
Author Message
RedcrowProd Offline
Member

Post: #1
Blur color on panel editor glitch
Hi,

it seems that the blur color now matter in ways that it shouldn't, even if at 0% opacity anything not set as black colour will cause the panel image to not draw.

https://gyazo.com/2784b05a4c05ac02dcb81eb3bea09665

https://gyazo.com/cdc9717322e6293697336a56f65fc442
(This post was last modified: 02-27-2022 01:35 AM by RedcrowProd.)
02-27-2022 12:35 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Blur color on panel editor glitch
alpha is ignored for blur.
if any RGB is != 0, then it's activated
you have to lower center color to see any blur
formula=center_color + blur * whats_underneath_the_panel
02-27-2022 04:31 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #3
RE: Blur color on panel editor glitch
ok ok i see, that behavior changed recently and i had to figure out why my panel were not drawing correctly anymore smile
02-27-2022 09:46 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Blur color on panel editor glitch
yes, I internally swapped the center color and blur color, but old saved panels should load correctly
02-28-2022 04:46 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #5
RE: Blur color on panel editor glitch
it didnt for me, but hopefully this post will help if someone else has that issue smile

anyway i fixed the panels i am using in my game smile
03-01-2022 10:47 PM
Find all posts by this user Quote this message in a reply
Post Reply