TMAuthentication Colors
Represents a set of colors used for authentication UI components, supporting Parcelable for Android.
Parameters
The primary color as an ARGB integer.
The variant of the primary color as an ARGB integer.
The secondary color as an ARGB integer.
The variant of the secondary color as an ARGB integer.
The background color as an ARGB integer.
The surface color as an ARGB integer.
The error color as an ARGB integer.
The color used for content on the primary color as an ARGB integer.
The color used for content on the secondary color as an ARGB integer.
The color used for content on the background color as an ARGB integer.
The color used for content on the surface color as an ARGB integer.
The color used for content on the error color as an ARGB integer.
Indicates whether the color scheme is light (true) or dark (false).
Constructors
Properties
Functions
Converts a TMAuthenticationColors object to a Colors object for use in Compose UI.