Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ColorWriteChannels1

ColorWriteChannels Microsoft.Xna.Framework.Graphics.BlendState.ColorWriteChannels1
getset

Definition at line 116 of file BlendState.cs.

117 {
118 get
119 {
121 }
122 set
123 {
124 ThrowIfBound();
126 }
127 }