Class BlendMode
public class BlendMode : Enum<BlendMode>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<BlendMode>>, IComparable<BlendMode>, ISerializable
- Inheritance
-
BlendMode
- Implements
- Inherited Members
- Extension Methods
Constructors
BlendMode(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BlendMode(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLEAR
public static BlendMode CLEAR { get; set; }
Property Value
COLOR
public static BlendMode COLOR { get; set; }
Property Value
COLOR_BURN
public static BlendMode COLOR_BURN { get; set; }
Property Value
COLOR_DODGE
public static BlendMode COLOR_DODGE { get; set; }
Property Value
DARKEN
public static BlendMode DARKEN { get; set; }
Property Value
DIFFERENCE
public static BlendMode DIFFERENCE { get; set; }
Property Value
DST
public static BlendMode DST { get; set; }
Property Value
DST_ATOP
public static BlendMode DST_ATOP { get; set; }
Property Value
DST_IN
public static BlendMode DST_IN { get; set; }
Property Value
DST_OUT
public static BlendMode DST_OUT { get; set; }
Property Value
DST_OVER
public static BlendMode DST_OVER { get; set; }
Property Value
EXCLUSION
public static BlendMode EXCLUSION { get; set; }
Property Value
HARD_LIGHT
public static BlendMode HARD_LIGHT { get; set; }
Property Value
HUE
public static BlendMode HUE { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LIGHTEN
public static BlendMode LIGHTEN { get; set; }
Property Value
LUMINOSITY
public static BlendMode LUMINOSITY { get; set; }
Property Value
MODULATE
public static BlendMode MODULATE { get; set; }
Property Value
MULTIPLY
public static BlendMode MULTIPLY { get; set; }
Property Value
OVERLAY
public static BlendMode OVERLAY { get; set; }
Property Value
PLUS
public static BlendMode PLUS { get; set; }
Property Value
SATURATION
public static BlendMode SATURATION { get; set; }
Property Value
SCREEN
public static BlendMode SCREEN { get; set; }
Property Value
SOFT_LIGHT
public static BlendMode SOFT_LIGHT { get; set; }
Property Value
SRC
public static BlendMode SRC { get; set; }
Property Value
SRC_ATOP
public static BlendMode SRC_ATOP { get; set; }
Property Value
SRC_IN
public static BlendMode SRC_IN { get; set; }
Property Value
SRC_OUT
public static BlendMode SRC_OUT { get; set; }
Property Value
SRC_OVER
public static BlendMode SRC_OVER { get; set; }
Property Value
XOR
public static BlendMode XOR { get; set; }
Property Value
Methods
ValueOf(String)
public static BlendMode ValueOf(String arg0)
Parameters
Returns
Values()
public static BlendMode[] Values()