TCustomRichView.DarkMode

<< Click to display table of contents >>

TCustomRichView.DarkMode

Inverts luminance of all colors

property DarkMode: Boolean;

(introduced in version 23)

If True, luminance of all colors is inverted. Dark colors become light colors, black becomes white, white becomes black.

Additionally, in FireMonkey, if both Color and Style.Color are equal to TAlphaColorRec.Null , black background is drawn.

This property affects text, lines and backgrounds. It does not affect inserted images.

See also:

UseVCLThemes

UseFMXThemes

TCustomRVPrint.DarkMode