AlphaMode
Used by SurfaceAppearance.AlphaMode to determine how the alpha channel of the SurfaceAppearance.ColorMap of a SurfaceAppearance is used.
Items
Name | Value | Summary |
---|---|---|
Overlay | 0 | Overlays the ColorMap on top of the underlying part color based on the map's alpha channel. ![]() |
Transparency | 1 | Uses the ColorMap alpha channel to control the transparency of the surface. ![]() |
TintMask | 2 | Uses the ColorMap alpha channel to control the amount of SurfaceAppearance.Color tinting. |