Enum ChannelSwizzle
Options for the order of the color channels in a texture tensor.
Namespace: Unity.InferenceEngine
Assembly: Unity.InferenceEngine.dll
Syntax
[MovedFrom("Unity.Sentis")]
public enum ChannelSwizzle
  Fields
| Name | Description | 
|---|---|
| BGRA | BGRA color channel order.  | 
      
| RGBA | RGBA color channel order. This is the default.  |