UiColors
data class UiColors(val helpButtonBackground: Color, val helpButton: Color, val helpTooltipBackground: Color, val helpTooltipText: Color)
Data class contains all the text, button, and background colors used throughout the SDK scanning session. Default can be used to keep the original theme colors if only some of the elements are to be changed.
This class shouldn't be modified, but rather a new instance should be created and used in com.microblink.ux.UiSettings.uiColors.