SurfaceMeshPrimitiveDestinationBlendingFunction Property |
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BlendingFunction DestinationBlendingFunction { get; set; }
Public Property DestinationBlendingFunction As BlendingFunction
Get
Set
public:
property BlendingFunction DestinationBlendingFunction {
BlendingFunction get ();
void set (BlendingFunction value);
}
member DestinationBlendingFunction : BlendingFunction with get, set
Property Value
Type:
BlendingFunctionSee Also