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

◆ ColorWriteChannels

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

Definition at line 129 of file BlendState.cs.

130 {
131 get
132 {
134 }
135 set
136 {
137 ThrowIfBound();
139 }
140 }