TMAuthentication Colors
constructor(primary: Int, primaryVariant: Int, secondary: Int, secondaryVariant: Int, background: Int, surface: Int, error: Int, onPrimary: Int, onSecondary: Int, onBackground: Int, onSurface: Int, onError: Int, isLight: Boolean)
Parameters
primary
The primary color as an ARGB integer.
primary Variant
The variant of the primary color as an ARGB integer.
secondary
The secondary color as an ARGB integer.
secondary Variant
The variant of the secondary color as an ARGB integer.
background
The background color as an ARGB integer.
surface
The surface color as an ARGB integer.
error
The error color as an ARGB integer.
on Primary
The color used for content on the primary color as an ARGB integer.
on Secondary
The color used for content on the secondary color as an ARGB integer.
on Background
The color used for content on the background color as an ARGB integer.
on Surface
The color used for content on the surface color as an ARGB integer.
on Error
The color used for content on the error color as an ARGB integer.
is Light
Indicates whether the color scheme is light (true) or dark (false).