Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColorWriteChannels1
ColorWriteChannels
Microsoft.Xna.Framework.Graphics.BlendState.ColorWriteChannels1
get
set
Definition at line
116
of file
BlendState.cs
.
117
{
118
get
119
{
120
return
cachedColorWriteChannels1
;
121
}
122
set
123
{
124
ThrowIfBound
();
125
cachedColorWriteChannels1
=
value
;
126
}
127
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedColorWriteChannels1
ColorWriteChannels cachedColorWriteChannels1
Definition
BlendState.cs:24
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0