Maven module :un.api : api-image :
Class : un.impl.image.process.paint.BlendOperator
Extends/Implements : un.api.task.AbstractTask
Subclasses : -

Paint using a blend operator an image over another.
author  Johann Sorel


Variables : INPUT_BLENDIMAGE, INPUT_BLENDALPHA, INPUT_TRANSFORM, DESCRIPTOR
Functions : BlendOperator, execute, execute


public ParameterValueType INPUT_BLENDIMAGE

public ParameterValueType INPUT_BLENDALPHA

public ParameterValueType INPUT_TRANSFORM

public DefaultImageTaskDescriptor DESCRIPTOR


public void BlendOperator ()

public Image execute (Image base, Image over, AlphaBlending blend, Matrix4 trs)

public Parameters execute ()