Package icyllis.arc3d.sketch
Interface Blender
- All Known Implementing Classes:
BlendMode
public interface Blender
Blender
represents a custom blend function in the pipeline. A blender
combines a source color (from the paint) and destination color (from the
canvas) into a new color.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable BlendMode
Returns the blender's BlendMode in 'mode' if this Blender represents any BlendMode.
-
Method Details
-
asBlendMode
Returns the blender's BlendMode in 'mode' if this Blender represents any BlendMode. Returns null for other types of blends.
-