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