Enum ufbx.ufbx_blend_mode
Blend modes to combine layered textures with, compatible with common blend
mode definitions in many art programs. Simpler blend modes have equations
specified below where src
is the layer to composite over dst
.
See eg. https://www.w3.org/TR/2013/WD-compositing-1-20131010/#blendingseparable
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_blend_mode
Fields
Name | Description |
---|---|
UFBX_BLEND_ADDITIVE |
|
UFBX_BLEND_COLOR | Replace hue and saturatio |
UFBX_BLEND_COLOR_BURN |
|
UFBX_BLEND_COLOR_DODGE |
|
UFBX_BLEND_DARKEN |
|
UFBX_BLEND_DARKER_COLOR |
|
UFBX_BLEND_DIFFERENCE |
|
UFBX_BLEND_DISSOLVE |
|
UFBX_BLEND_DIVIDE |
|
UFBX_BLEND_EXCLUSION |
|
UFBX_BLEND_HARD_LIGHT | https://www.w3.org/TR/2013/WD-compositing-1-20131010/#blendinghardlight |
UFBX_BLEND_HARD_MIX | Produces primary colors depending on similarity |
UFBX_BLEND_HUE | Replace hue |
UFBX_BLEND_LIGHTEN |
|
UFBX_BLEND_LIGHTER_COLOR |
|
UFBX_BLEND_LINEAR_BURN |
|
UFBX_BLEND_LINEAR_DODGE |
|
UFBX_BLEND_LINEAR_LIGHT | Combination of |
UFBX_BLEND_LUMINOSITY | Replace value |
UFBX_BLEND_MODE_FORCE_32BIT | |
UFBX_BLEND_MULTIPLY |
|
UFBX_BLEND_MULTIPLY_2X |
|
UFBX_BLEND_OVER |
|
UFBX_BLEND_OVERLAY | Same as |
UFBX_BLEND_PIN_LIGHT | Combination of |
UFBX_BLEND_REPLACE |
|
UFBX_BLEND_SATURATION | Replace saturation |
UFBX_BLEND_SCREEN |
|
UFBX_BLEND_SOFT_LIGHT | https://www.w3.org/TR/2013/WD-compositing-1-20131010/#blendingsoftlight |
UFBX_BLEND_SUBTRACT |
|
UFBX_BLEND_TRANSLUCENT |
|
UFBX_BLEND_VIVID_LIGHT | Combination of |