COLORS
A color array, the data in the tensor will be interpreted as an array of
template <typename T>
struct {
T red;
T green;
T blue;
T alpha = 1;
};Content copied to clipboard
A color array, the data in the tensor will be interpreted as an array of
template <typename T>
struct {
T red;
T green;
T blue;
T alpha = 1;
};