Theme enum class
Important! This functionality is deprecated and will be removed in future versions. Only dark theme is available.
If you choose the light theme, it will not affect the appearance.
The user interface theme. Chosen theme defines the following:
- background color
- color of the text
- buttons color
- document tracking frame color
- capture area corners color
You can customize the button color using the setCustomColor method of the UISettings interface
enum Theme{
LIGHT,
DARK;
}
Constants
Name | Description |
---|---|
LIGHT | |
DARK |
3/2/2022 12:59:15 PM