Maven module :un.api : api-image :
Class :
un.api.color.AbstractBlending
Extends/Implements :
un.api.color.Blending
Subclasses : -
Variables : -
Functions :
blend,
blend,
blendPreMul,
blend,
blendPreMul
public Color
blend (Color src, Color dst)
public int
blend (int src, int dst)
public int
blendPreMul (int src, int dst)
public float[]
blend (float[] src, float[] dst, float[] buffer)
public float[]
blendPreMul (float[] src, float[] dst, float[] buffer)
Redirect all calls to blend and blendPremul methods with arrays.
author Johann Sorel