Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
681 stars 30 forks source link

Gradient Value passed in Draw Gradient doesn't transfer blending mode #39

Open KelpyCode opened 1 year ago

KelpyCode commented 1 year ago

So I've got a Gradient Value with a hard blend, defined as below image

When passing in a Draw Gradient node, it ignores the supplied blending mode

image

When its set in the Draw gradient node directly, it works just fine

image

Ttanasart-pt commented 1 year ago

Thank you the report. Gradient blend type is locked in the node itself, I'll rewrote the gradient system to allow blend type to be transferable like other data.