Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.ui_v2.common
/
ScanbotColor
Scanbot
Color
data
class
ScanbotColor
(
var
value
:
String
)
:
Parcelable
Members
Constructors
Scanbot
Color
Link copied to clipboard
constructor
(
color
:
Int
)
constructor
(
color
:
<Error class: unknown class>
)
constructor
(
color
:
String
,
isArgb
:
Boolean
=
true
)
constructor
(
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
var
value
:
String
Functions
color
Or
Palette
Link copied to clipboard
fun
colorOrPalette
(
)
:
<Error class: unknown class>
is
Transparent
Link copied to clipboard
fun
isTransparent
(
)
:
Boolean
to
Android
Link copied to clipboard
fun
toAndroid
(
)
:
Int
to
Argb
Link copied to clipboard
fun
toArgb
(
)
:
String
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String
to
Rgba
Link copied to clipboard
fun
toRgba
(
)
:
String