chinedufn / psd

A Rust API for parsing and working with PSD files.
https://chinedufn.github.io/psd
Apache License 2.0
265 stars 40 forks source link

cannot access `BlendMode` but PsdLayer.blend_mode() returns `BlendMode`. #59

Open namse opened 1 month ago

namse commented 1 month ago

I'd like to use BlendMode but it doesn't exposed to user. would you make it public?