- Enclosing class:
BlendMode
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
void
blend(float[] src,
float[] dest,
float[] result)
Blend function for non separable blend modes.
-
Method Details
-
blend
void blend(float[] src,
float[] dest,
float[] result)
Blend function for non separable blend modes.
- Parameters:
src - the source values
dest - the destination values
result - the function result values