TriangleMeshPrimitiveSourceBlendingFunction Property |
Gets or set the blending function that is used to modify the source 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 SourceBlendingFunction { get; set; }
Public Property SourceBlendingFunction As BlendingFunction
Get
Set
public:
property BlendingFunction SourceBlendingFunction {
BlendingFunction get ();
void set (BlendingFunction value);
}
member SourceBlendingFunction : BlendingFunction with get, set
Property Value
Type:
BlendingFunctionSee Also