Table of Contents

Class WallpaperColors

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class WallpaperColors : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
WallpaperColors
Implements
Inherited Members
Extension Methods

Constructors

WallpaperColors(Color, Color, Color)

public WallpaperColors(Color arg0, Color arg1, Color arg2)

Parameters

arg0 Color

Color

arg1 Color

Color

arg2 Color

Color

WallpaperColors(Color, Color, Color, int)

public WallpaperColors(Color arg0, Color arg1, Color arg2, int arg3)

Parameters

arg0 Color

Color

arg1 Color

Color

arg2 Color

Color

arg3 int

int

WallpaperColors(Parcel)

public WallpaperColors(Parcel arg0)

Parameters

arg0 Parcel

Parcel

WallpaperColors(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 WallpaperColors(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

HINT_SUPPORTS_DARK_TEXT

public static int HINT_SUPPORTS_DARK_TEXT { get; set; }

Property Value

int

HINT_SUPPORTS_DARK_THEME

public static int HINT_SUPPORTS_DARK_THEME { get; set; }

Property Value

int

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

Methods

CreatePoolableInstance(Color, Color, Color)

HPA initializer for WallpaperColors(Android.Graphics.Color arg0, Android.Graphics.Color arg1, Android.Graphics.Color arg2)

public static WallpaperColors CreatePoolableInstance(Color arg0, Color arg1, Color arg2)

Parameters

arg0 Color
arg1 Color
arg2 Color

Returns

WallpaperColors

CreatePoolableInstance(Color, Color, Color, int)

HPA initializer for WallpaperColors(Android.Graphics.Color arg0, Android.Graphics.Color arg1, Android.Graphics.Color arg2, int arg3)

public static WallpaperColors CreatePoolableInstance(Color arg0, Color arg1, Color arg2, int arg3)

Parameters

arg0 Color
arg1 Color
arg2 Color
arg3 int

Returns

WallpaperColors

CreatePoolableInstance(Parcel)

HPA initializer for WallpaperColors(Android.Os.Parcel arg0)

public static WallpaperColors CreatePoolableInstance(Parcel arg0)

Parameters

arg0 Parcel

Returns

WallpaperColors

DescribeContents()

public int DescribeContents()

Returns

int

int

FromBitmap(Bitmap)

public static WallpaperColors FromBitmap(Bitmap arg0)

Parameters

arg0 Bitmap

Bitmap

Returns

WallpaperColors

WallpaperColors

FromDrawable(Drawable)

public static WallpaperColors FromDrawable(Drawable arg0)

Parameters

arg0 Drawable

Drawable

Returns

WallpaperColors

WallpaperColors

GetColorHints()

public int GetColorHints()

Returns

int

int

GetPrimaryColor()

public Color GetPrimaryColor()

Returns

Color

Color

GetSecondaryColor()

public Color GetSecondaryColor()

Returns

Color

Color

GetTertiaryColor()

public Color GetTertiaryColor()

Returns

Color

Color

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int