Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StencilOperation
enum
Microsoft.Xna.Framework.Graphics.StencilOperation
Enumerator
Keep
Zero
Replace
Increment
Decrement
IncrementSaturation
DecrementSaturation
Invert
Definition at line
3
of file
StencilOperation.cs
.
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.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
Generated by
1.10.0