dazscript-types
Version:
Daz Studio Scripting Types
11 lines (8 loc) • 352 B
TypeScript
/**
* A blending operation that uses the alpha channel of the source image to blend it into the destination. (deprecated).
* @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/alphablend_dz
*/
declare class DzAlphaBlend extends DzImageBlend {
/* Constructors */
constructor();
}