Skip to content

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.

MemberDescription
rThe red channel.
gThe green channel.
bThe blue channel.
aThe alpha channel.