ProgramStore.GetBlendDstFunc Method

Definition

Specifies how the destination blending factor is computed

[Android.Runtime.Register("getBlendDstFunc", "()Landroid/renderscript/ProgramStore$BlendDstFunc;", "GetGetBlendDstFuncHandler")]
public virtual Android.Renderscripts.ProgramStore.BlendDstFunc? GetBlendDstFunc ();
[<Android.Runtime.Register("getBlendDstFunc", "()Landroid/renderscript/ProgramStore$BlendDstFunc;", "GetGetBlendDstFuncHandler")>]
abstract member GetBlendDstFunc : unit -> Android.Renderscripts.ProgramStore.BlendDstFunc
override this.GetBlendDstFunc : unit -> Android.Renderscripts.ProgramStore.BlendDstFunc

Returns

destination blend function

Attributes

Remarks

Java documentation for android.renderscript.ProgramStore.getBlendDstFunc().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to