Table of Contents

Class Palette

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class Palette
Inheritance
Palette
Inherited Members

Constructors

Palette()

public Palette()

Properties

SbColorModalOverlay

public ColorValue SbColorModalOverlay { get; set; }

Property Value

ColorValue

SbColorNegative

public ColorValue SbColorNegative { get; set; }

Property Value

ColorValue

SbColorOnPrimary

public ColorValue SbColorOnPrimary { get; set; }

Property Value

ColorValue

SbColorOnSecondary

public ColorValue SbColorOnSecondary { get; set; }

Property Value

ColorValue

SbColorOnSurface

public ColorValue SbColorOnSurface { get; set; }

Property Value

ColorValue

SbColorOnSurfaceVariant

public ColorValue SbColorOnSurfaceVariant { get; set; }

Property Value

ColorValue

SbColorOutline

public ColorValue SbColorOutline { get; set; }

Property Value

ColorValue

SbColorPositive

public ColorValue SbColorPositive { get; set; }

Property Value

ColorValue

SbColorPrimary

public ColorValue SbColorPrimary { get; set; }

Property Value

ColorValue

SbColorPrimaryDisabled

public ColorValue SbColorPrimaryDisabled { get; set; }

Property Value

ColorValue

SbColorSecondary

public ColorValue SbColorSecondary { get; set; }

Property Value

ColorValue

SbColorSecondaryDisabled

public ColorValue SbColorSecondaryDisabled { get; set; }

Property Value

ColorValue

SbColorSurface

public ColorValue SbColorSurface { get; set; }

Property Value

ColorValue

SbColorSurfaceHigh

public ColorValue SbColorSurfaceHigh { get; set; }

Property Value

ColorValue

SbColorSurfaceLow

public ColorValue SbColorSurfaceLow { get; set; }

Property Value

ColorValue

SbColorWarning

public ColorValue SbColorWarning { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static Palette FromJson(string rawJson)

Parameters

rawJson string

Returns

Palette

FromNative(Palette)

public static Palette FromNative(Palette source)

Parameters

source Palette

Returns

Palette

FromNative(SBSDKUI2Palette)

public static Palette FromNative(SBSDKUI2Palette source)

Parameters

source SBSDKUI2Palette

Returns

Palette

ToNative()

public Palette ToNative()

Returns

Palette