Package org.gnome.gsk

Enum Class BlendMode

java.lang.Object
java.lang.Enum<BlendMode>
org.gnome.gsk.BlendMode
All Implemented Interfaces:
Enumeration, Serializable, Comparable<BlendMode>, Constable

@Generated("io.github.jwharm.JavaGI") public enum BlendMode extends Enum<BlendMode> implements Enumeration
The blend modes available for render nodes.

The implementation of each blend mode is deferred to the rendering pipeline.

See <https://www.w3.org/TR/compositing-1/blending> for more information on blending and blend modes.