C# Class Glare.Graphics.BlendStates

Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Add BlendState
Alpha BlendState
Opaque BlendState
PremultipliedAlpha BlendState
Subtract BlendState

Property Details

Add public static property

Add the source with non-premultiplied alpha to the destination.
public static BlendState,Glare.Graphics Add
return BlendState

Alpha public static property

Transparency using non-premultiplied alpha.
public static BlendState,Glare.Graphics Alpha
return BlendState

Opaque public static property

A blend state that outputs the source value.
public static BlendState,Glare.Graphics Opaque
return BlendState

PremultipliedAlpha public static property

Transparency using premultiplied alpha.
public static BlendState,Glare.Graphics PremultipliedAlpha
return BlendState

Subtract public static property

Subtract the source with non-premultiplied alpha from the destination.
public static BlendState,Glare.Graphics Subtract
return BlendState