Click or drag to resize

BlendMode Enumeration

Defines enumerated constants for display blend modes.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum BlendMode
Members
  Member nameValueDescription
Zero0 Blends using 0.
One1 Blends using 1.
SourceColor768 Blends using source color.
OneMinusSourceColor769 Blends using 1-source color.
SourceAlpha770 Blends using the source alpha channel.
OneMinusSourceAlpha771 Blends using 1-the source alpha channel.
DestinationAlpha772 Blends using the destination alpha channel.
OneMinusDestinationAlpha773 Blends using 1-the destination alpha channel.
DestinationColor774 Blends using the destination color.
OneMinusDestinationColor775 Blends using 1-the destination color.
SourceAlphaSaturate776 Blends using the source alpha saturation.
See Also