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

◆ ColorWriteChannels2

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

Definition at line 103 of file BlendState.cs.

104 {
105 get
106 {
108 }
109 set
110 {
111 ThrowIfBound();
113 }
114 }