Table of Contents

Class BlendMode

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLEAR

public static BlendMode CLEAR { get; set; }

Property Value

BlendMode

COLOR

public static BlendMode COLOR { get; set; }

Property Value

BlendMode

COLOR_BURN

public static BlendMode COLOR_BURN { get; set; }

Property Value

BlendMode

COLOR_DODGE

public static BlendMode COLOR_DODGE { get; set; }

Property Value

BlendMode

DARKEN

public static BlendMode DARKEN { get; set; }

Property Value

BlendMode

DIFFERENCE

public static BlendMode DIFFERENCE { get; set; }

Property Value

BlendMode

DST

public static BlendMode DST { get; set; }

Property Value

BlendMode

DST_ATOP

public static BlendMode DST_ATOP { get; set; }

Property Value

BlendMode

DST_IN

public static BlendMode DST_IN { get; set; }

Property Value

BlendMode

DST_OUT

public static BlendMode DST_OUT { get; set; }

Property Value

BlendMode

DST_OVER

public static BlendMode DST_OVER { get; set; }

Property Value

BlendMode

EXCLUSION

public static BlendMode EXCLUSION { get; set; }

Property Value

BlendMode

HARD_LIGHT

public static BlendMode HARD_LIGHT { get; set; }

Property Value

BlendMode

HUE

public static BlendMode HUE { get; set; }

Property Value

BlendMode

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LIGHTEN

public static BlendMode LIGHTEN { get; set; }

Property Value

BlendMode

LUMINOSITY

public static BlendMode LUMINOSITY { get; set; }

Property Value

BlendMode

MODULATE

public static BlendMode MODULATE { get; set; }

Property Value

BlendMode

MULTIPLY

public static BlendMode MULTIPLY { get; set; }

Property Value

BlendMode

OVERLAY

public static BlendMode OVERLAY { get; set; }

Property Value

BlendMode

PLUS

public static BlendMode PLUS { get; set; }

Property Value

BlendMode

SATURATION

public static BlendMode SATURATION { get; set; }

Property Value

BlendMode

SCREEN

public static BlendMode SCREEN { get; set; }

Property Value

BlendMode

SOFT_LIGHT

public static BlendMode SOFT_LIGHT { get; set; }

Property Value

BlendMode

SRC

public static BlendMode SRC { get; set; }

Property Value

BlendMode

SRC_ATOP

public static BlendMode SRC_ATOP { get; set; }

Property Value

BlendMode

SRC_IN

public static BlendMode SRC_IN { get; set; }

Property Value

BlendMode

SRC_OUT

public static BlendMode SRC_OUT { get; set; }

Property Value

BlendMode

SRC_OVER

public static BlendMode SRC_OVER { get; set; }

Property Value

BlendMode

XOR

public static BlendMode XOR { get; set; }

Property Value

BlendMode

Methods

ValueOf(String)

public static BlendMode ValueOf(String arg0)

Parameters

arg0 String

String

Returns

BlendMode

BlendMode

Values()

public static BlendMode[] Values()

Returns

BlendMode[]

BlendMode