On Thu, 22 Jan 2026 17:20:03 GMT, Andy Goryachev <[email protected]> wrote:

> What's the story with the `Blend.Mode` - is it still being used, do we need 
> to remove it from other places, or we only remove it from this class?
> 
> Does anyone know why we have two different `Blend.Mode` classes?

`javafx.scene.effect.BlendMode` is public API, 
`com.sun.scenario.effect.Blend.Mode` is an internal enum of the `Blend` effect.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2043#issuecomment-3786175238

Reply via email to