Color Tint

Tint ArtMeshes by providing a color and matching criteria
Color Tint Dialog
Color Tint Dialog

Parameters

Color
String required

Color hex code

Mix With Scene Lighting Color
Double

Determines how the tint color is mixed with the scene lighting system color (between 0 and 1)

Random Color
Checkbox

Assigns a random color

Tint All
Checkbox

Tints the entire model

Filter Type
Selection

Allows to filter for art mesh number, tags or names

Values
Input

Assign a filter value, like D_TAIL_03 for the exact name of the model's tail.

Variables

NameTypeDescription
 
Variables generated by all triggers and available within all action executions.

C# Usage

public bool VTubeStudioColorTintAll(string hexColor, double mixWithSceneLighting = 0)
Read more in API > C# > Methods > Integrations > Vtube Studio > Color Tint All
public bool VTubeStudioColorTintByNameContains(string hexColor, double mixWithSceneLighting, List<string> filterValues)
Read more in API > C# > Methods > Integrations > Vtube Studio > Color Tint By Name Contains
public bool VTubeStudioColorTintByNames(string hexColor, double mixWithSceneLighting, List<string> filterValues)
Read more in API > C# > Methods > Integrations > Vtube Studio > Color Tint By Names
public bool VTubeStudioColorTintByNumber(string hexColor, double mixWithSceneLighting, List<int> artMeshNumbers)
Read more in API > C# > Methods > Integrations > Vtube Studio > Color Tint By Number
public bool VTubeStudioColorTintByTagContains(string hexColor, double mixWithSceneLighting, List<string> filterValues)
Read more in API > C# > Methods > Integrations > Vtube Studio > Color Tint By Tag Contains
public bool VTubeStudioColorTintByTags(string hexColor, double mixWithSceneLighting, List<string> filterValues)
Read more in API > C# > Methods > Integrations > Vtube Studio > Color Tint By Tags
public bool VTubeStudioRandomColorTint()
Read more in API > C# > Methods > Integrations > Vtube Studio > Random Color Tint