Class Palette
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Value palette describing the colors of the scanner screens.
public class Palette
- Inheritance
-
Palette
- Inherited Members
Properties
SbColorModalOverlay
The color with a very high alpha (transparency) value used to fill certain overlays. Default is "#000000A3"
public ColorValue SbColorModalOverlay { get; set; }
Property Value
SbColorNegative
The color used to convey a negative meaning. Default is "#FF3737"
public ColorValue SbColorNegative { get; set; }
Property Value
SbColorOnPrimary
The color used for displaying elements on top of the primary color. Default is "#FFFFFF"
public ColorValue SbColorOnPrimary { get; set; }
Property Value
SbColorOnSecondary
The color used for displaying elements on top of the secondary color. Default is "#C8193C"
public ColorValue SbColorOnSecondary { get; set; }
Property Value
SbColorOnSurface
The color used on top of surfaces. Default is "#000000"
public ColorValue SbColorOnSurface { get; set; }
Property Value
SbColorOnSurfaceVariant
The alternative color used on top of surfaces. Default is "#707070"
public ColorValue SbColorOnSurfaceVariant { get; set; }
Property Value
SbColorOutline
The color used for outlines. Default is "#EFEFEF"
public ColorValue SbColorOutline { get; set; }
Property Value
SbColorPositive
The color used to convey a positive meaning. Default is "#4EFFB4"
public ColorValue SbColorPositive { get; set; }
Property Value
SbColorPrimary
The primary color used for enabled elements. Default is "#C8193C"
public ColorValue SbColorPrimary { get; set; }
Property Value
SbColorPrimaryDisabled
The primary color used for disabled elements. Default is "#F5F5F5"
public ColorValue SbColorPrimaryDisabled { get; set; }
Property Value
SbColorSecondary
The secondary color used for enabled elements. Default is "#FFEDEE"
public ColorValue SbColorSecondary { get; set; }
Property Value
SbColorSecondaryDisabled
The secondary color used for disabled elements. Default is "#F5F5F5"
public ColorValue SbColorSecondaryDisabled { get; set; }
Property Value
SbColorSurface
The color used for surfaces. Default is "#FFFFFF"
public ColorValue SbColorSurface { get; set; }
Property Value
SbColorSurfaceHigh
The color with a high alpha (transparency) value used for certain surfaces. Default is "#0000007A"
public ColorValue SbColorSurfaceHigh { get; set; }
Property Value
SbColorSurfaceLow
The color with a low alpha (transparency) value used for certain surfaces. Default is "#00000026"
public ColorValue SbColorSurfaceLow { get; set; }
Property Value
SbColorWarning
The color used to convey warnings. Default is "#FFCE5C"
public ColorValue SbColorWarning { get; set; }
Property Value
Methods
FromJson(string)
public static Palette FromJson(string rawJson)
Parameters
rawJson
string