This topic has not yet been rated - Rate this topic

BlendState.NonPremultiplied Field

A built-in state object with settings for blending with non-premultipled alpha that is blending source and destination data by using alpha while assuming the color data contains no alpha information.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

public static readonly BlendState NonPremultiplied

This built-in state object has the following settings:

PropertyValue
ColorSourceBlendBlend.SourceAlpha
AlphaSourceBlendBlend.SourceAlpha
ColorDestinationBlendBlend.InverseSourceAlpha
AlphaDestinationBlendBlend.InverseSourceAlpha
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.