Skip to main content
Corvus Connection

VTuber: Color Tint

VTuber
vtuber.colorTintTints the whole current model with an RGBA color (0-255 channels).Tints the model with the given RGBA color.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
rDataSystem.Int32None
gDataSystem.Int32None
bDataSystem.Int32None
aDataSystem.Int32None

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.VtubeStudio.ColorTintAsync(r, g, b, a);