Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StencilOperation.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework.Graphics
;
2
3
public
enum
StencilOperation
4
{
5
Keep
,
6
Zero
,
7
Replace
,
8
Increment
,
9
Decrement
,
10
IncrementSaturation
,
11
DecrementSaturation
,
12
Invert
13
}
Microsoft.Xna.Framework.Graphics.Blend.Zero
@ Zero
Microsoft.Xna.Framework.Graphics.StencilOperation
StencilOperation
Definition
StencilOperation.cs:4
Microsoft.Xna.Framework.Graphics.StencilOperation.Keep
@ Keep
Microsoft.Xna.Framework.Graphics.StencilOperation.Replace
@ Replace
Microsoft.Xna.Framework.Graphics.StencilOperation.IncrementSaturation
@ IncrementSaturation
Microsoft.Xna.Framework.Graphics.StencilOperation.Decrement
@ Decrement
Microsoft.Xna.Framework.Graphics.StencilOperation.Increment
@ Increment
Microsoft.Xna.Framework.Graphics.StencilOperation.DecrementSaturation
@ DecrementSaturation
Microsoft.Xna.Framework.Graphics.StencilOperation.Invert
@ Invert
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
source
Microsoft.Xna.Framework.Graphics
StencilOperation.cs
Generated by
1.10.0