SwizzleMode Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Specify how to swizzle a vector.
public enum SwizzleMode
              Fields
| Name | Description | 
|---|---|
| None | Take the vector as is.  | 
                  
| NormalMap | Reconstructs the Z(B) component from R and G.  | 
                  
| RRR1 | Take the only the red component of the vector, but keeps the object opaque  | 
                  
| RRRR | Take the only the red component of the vector.  | 
                  
| XXXX | Take the only the x component of the vector.  |