Enum Channel
Set the position of each color channel in a texture tensor.
Namespace: Unity.InferenceEngine
Assembly: Unity.InferenceEngine.dll
Syntax
[MovedFrom("Unity.Sentis")]
public enum Channel
  Fields
| Name | Description | 
|---|---|
| A | The position of the alpha channel.  | 
      
| B | The position of the blue channel.  | 
      
| G | The position of the green channel.  | 
      
| R | The position of the red channel.  |