BlendState Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BlendState type exposes the following members.

Fields

  Name Description
Public fieldStatic member Additive A built-in state object with settings for additive blend, which is adding the destination data to the source data without using alpha.
Public fieldStatic member AlphaBlend A built-in state object with settings for alpha blend, that is blending the source and destination data using alpha.
Public fieldStatic member NonPremultiplied A built-in state object with settings for blending with non-premultipled alpha, that is blending source and destination data using alpha while assuming the color data contains no alpha information.
Public fieldStatic member Opaque A built-in state object with settings for opaque blend, that is overwriting the source with the destination data.

Top