Maven module :un.api : api-image :
Class :
un.api.color.Blending
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
blend,
blend,
blendPreMul,
blend,
blendPreMul,
blend,
blendPreMul
Color
blend (Color src, Color dst)
int
blend (int src, int dst)
int
blendPreMul (int src, int dst)
float[]
blend (float[] src, float[] dst, float[] buffer)
float[]
blendPreMul (float[] src, float[] dst, float[] buffer)
float[]
blend (float[] src, int srcOffset, float[] dst, int dstOffset, float[] buffer, int bufOffset, int nbElement)
float[]
blendPreMul (float[] src, int srcOffset, float[] dst, int dstOffset, float[] buffer, int bufOffset, int nbElement)
The most known blending and AlphaBlending using Porter-Duff rules.
author Johann Sorel