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