Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Currently in-sync with EVertexColorPaintBrushOpBlendMode
| Name | EMeshVertexPaintColorBlendMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintColorBlendMode
{
Lerp = 0,
Mix = 1,
Multiply = 2,
}
Values
| Name | Remarks |
|---|---|
| Lerp | Interpolate between Paint color and existing Color |
| Mix | Alpha-Blend the Paint accumulated during each stroke with the existing Colors |
| Multiply | Multiply the Paint color with the existing Color |