Enum Channel
Set the position of each color channel in a texture tensor.
Namespace: Unity.Sentis
Syntax
public enum Channel
Fields
Name | Description | Value |
---|---|---|
R | The position of the red channel. |
0 |
G | The position of the green channel. |
1 |
B | The position of the blue channel. |
2 |
A | The position of the alpha channel. |
3 |