CaptureStandaloneThemeColours

data class CaptureStandaloneThemeColours(@ColorInt() colourCaptureBackground: Int, @ColorInt() colourOnCaptureBackground: Int, @ColorInt() colourOnCaptureBackgroundDisabled: Int)

Model defining all standard colours of the Sensibill Standalone Capture module.

Can be created fully manually using the primary constructor, or can be created only overriding certain colours with createCaptureStandaloneTheme

Constructors

CaptureStandaloneThemeColours
Link copied to clipboard
fun CaptureStandaloneThemeColours(@ColorInt() colourCaptureBackground: Int, @ColorInt() colourOnCaptureBackground: Int, @ColorInt() colourOnCaptureBackgroundDisabled: Int)

Properties

colourCaptureBackground
Link copied to clipboard
val colourCaptureBackground: Int
colourOnCaptureBackground
Link copied to clipboard
val colourOnCaptureBackground: Int
colourOnCaptureBackgroundDisabled
Link copied to clipboard
val colourOnCaptureBackgroundDisabled: Int