CaptureStandaloneThemeColours

data class CaptureStandaloneThemeColours(@ColorInt val colourCaptureBackground: Int, @ColorInt val colourOnCaptureBackground: Int, @ColorInt val 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

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