/**
 * An additive image blending operation. (deprecated).
 * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/addblend_dz
 */
declare class DzAddBlend extends DzImageBlend {

    /* Constructors */

    constructor();
}
