ColorWriteChannels Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Identify which components of each pixel of a render target are writable during blending.
[Flags]
[DataContract]
public enum ColorWriteChannels
Remarks
These flags can be combined with a bitwise OR and is used in
Fields
| Name | Description |
|---|---|
| All | Allow data to be stored in all components. |
| Alpha | Allow data to be stored in the alpha component. |
| Blue | Allow data to be stored in the blue component. |
| Green | Allow data to be stored in the green component. |
| None | None of the data are stored. |
| Red | Allow data to be stored in the red component. |