Skip to content

HighContrastOption

JaykeBird edited this page Feb 21, 2023 · 5 revisions

Back to home | Back to Reference | View raw text

HighContrastOption enum

Description

Available options for creating high-contrast color schemes. These are based upon color schemes available through Windows's High Contrast options.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.HighContrastOption[[HighContrastOption]]
  end
Loading

Details

Summary

Available options for creating high-contrast color schemes. These are based upon color schemes available through Windows's High Contrast options.

Fields

WhiteOnBlack

Summary

A white foreground on a black background.

GreenOnBlack

Summary

A green (and white) foreground on a black background.

BlackOnWhite

Summary

A black foreground on a white background.

Generated with ModularDoc

Clone this wiki locally