Channel
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
enum Channel { "r", "g", "b", "a" }
The color channel of a texture.
Member List
Section titled “Member List”Member | Description |
---|---|
r | The red channel. |
g | The green channel. |
b | The blue channel. |
a | The alpha channel. |