Click or drag to resize
BlendMode Enumeration
Specifies how a texture is blended with the underlying color

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum BlendMode
Members
  Member nameValueDescription
Disable0 No blend, only the texture is displayed.
Modulate1 The texture color is blended with the color.
Decal2 The texture is diplayed on top of the color according to the alpha level of the texture.
Version Information

Supported in: 1.0.0.0
See Also