Enum ColorMixMode
Specifies how the color is applied to the underlying geometry color/texture.
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ColorMixMode
Fields
Name | Description |
---|---|
Multiply | Multiplies geometry/texture color value with the color value. The result is a darker color. Multiplying with white keeps the geometry color the same. |
Replace | Removes the geometry/texture color and applies the color. |
Tint | Applies the color to the de-saturated geometry/texture color. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |