Class ScanbotColor
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Common
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ScanbotColor : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
ScanbotColor
- Implements
-
Constructors
ScanbotColor(int)
public ScanbotColor(int color)
Parameters
color
int
ScanbotColor(long, DefaultConstructorMarker)
public ScanbotColor(long color, DefaultConstructorMarker _constructor_marker)
Parameters
color
long
_constructor_marker
DefaultConstructorMarker
ScanbotColor(string)
public ScanbotColor(string value)
Parameters
value
string
ScanbotColor(string, bool)
public ScanbotColor(string color, bool isArgb)
Parameters
color
string
isArgb
bool
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Value
public string Value { get; set; }
Property Value
- string
Methods
Component1()
public string Component1()
Returns
- string
Copy(string)
public ScanbotColor Copy(string value)
Parameters
value
string
Returns
- ScanbotColor
DescribeContents()
public int DescribeContents()
Returns
- int
ToAndroid()
Returns
- int
ToArgb()
Returns
- string
ToJson()
Returns
- string
ToRgba()
Returns
- string
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags