Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColorWriteChannels
ColorWriteChannels
Microsoft.Xna.Framework.Graphics.BlendState.ColorWriteChannels
get
set
Definition at line
129
of file
BlendState.cs
.
130
{
131
get
132
{
133
return
cachedColorWriteChannels
;
134
}
135
set
136
{
137
ThrowIfBound
();
138
cachedColorWriteChannels
=
value
;
139
}
140
}
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
Microsoft.Xna.Framework.Graphics.BlendState.cachedColorWriteChannels
ColorWriteChannels cachedColorWriteChannels
Definition
BlendState.cs:22
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0