Table of Contents

Enum PreferredColorScheme

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

The preferred color scheme for the web content in the browser.

public enum PreferredColorScheme

Fields

Dark = 1

The dark color scheme is preferred.

Light = 2

The light color scheme is preferred.

Unspecified = 0

The preferred color scheme has not been specified.

Remarks

The scheme is used to evaluate the prefers-color-scheme media query and resolve UA color scheme to be used based on the supported-color-schemes META tag and CSS property.