Table of Contents

Class ColorValue

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
public class ColorValue
Inheritance
ColorValue
Inherited Members

Constructors

ColorValue(string, bool)

public ColorValue(string value, bool isArgb = false)

Parameters

value string
isArgb bool

Methods

FromNative(ScanbotColor)

public static ColorValue FromNative(ScanbotColor value)

Parameters

value ScanbotColor

Returns

ColorValue

ToNative()

public ScanbotColor ToNative()

Returns

ScanbotColor

Operators

explicit operator Color(ColorValue)

public static explicit operator Color(ColorValue other)

Parameters

other ColorValue

Returns

Color

explicit operator Color(ColorValue)

public static explicit operator Color(ColorValue other)

Parameters

other ColorValue

Returns

Color

implicit operator ColorValue(Color)

public static implicit operator ColorValue(Color color)

Parameters

color Color

Returns

ColorValue

implicit operator ColorValue(Color)

public static implicit operator ColorValue(Color color)

Parameters

color Color

Returns

ColorValue