Class WallpaperColors
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
WallpaperColors(Color, Color, Color, int)
public WallpaperColors(Color arg0, Color arg1, Color arg2, int arg3)
Parameters
WallpaperColors(Parcel)
public WallpaperColors(Parcel arg0)
Parameters
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
HINT_SUPPORTS_DARK_TEXT
public static int HINT_SUPPORTS_DARK_TEXT { get; set; }
Property Value
HINT_SUPPORTS_DARK_THEME
public static int HINT_SUPPORTS_DARK_THEME { 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
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
Returns
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
Returns
CreatePoolableInstance(Parcel)
HPA initializer for WallpaperColors(Android.Os.Parcel arg0)
public static WallpaperColors CreatePoolableInstance(Parcel arg0)
Parameters
arg0Parcel
Returns
DescribeContents()
public int DescribeContents()
Returns
FromBitmap(Bitmap)
public static WallpaperColors FromBitmap(Bitmap arg0)
Parameters
Returns
FromDrawable(Drawable)
public static WallpaperColors FromDrawable(Drawable arg0)
Parameters
Returns
GetColorHints()
public int GetColorHints()
Returns
GetPrimaryColor()
public Color GetPrimaryColor()
Returns
GetSecondaryColor()
public Color GetSecondaryColor()
Returns
GetTertiaryColor()
public Color GetTertiaryColor()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)