Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexPaintTool.h |
| Include | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintColorBlendMode
{
Lerp = 0,
Mix = 1,
Multiply = 2,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Currently in-sync with EVertexColorPaintBrushOpBlendMode