Maven module :un.api : api-image :
Class : un.api.color.AbstractBlending
Extends/Implements : un.api.color.Blending
Subclasses : -

Abstract blending.
Redirect all calls to blend and blendPremul methods with arrays.
author  Johann Sorel


Variables : -
Functions : blend, blend, blendPreMul, blend, blendPreMul




{@inheritDoc }
public Color blend (Color src, Color dst)


{@inheritDoc }
public int blend (int src, int dst)


{@inheritDoc }
public int blendPreMul (int src, int dst)


{@inheritDoc }
public float[] blend (float[] src, float[] dst, float[] buffer)


{@inheritDoc }
public float[] blendPreMul (float[] src, float[] dst, float[] buffer)