Record TColorTheme

Hierarchy
Methods
Properties

Unit

Declaration

type TColorTheme = record

Description

Color theme structure used across the library. All fields in this record represent colors that can be defined from the color constants found in the Command.Colors unit.

Overview

Fields

Public Title: Byte;
Public Value: Byte;
Public Text: Byte;
Public Error: Byte;
Public Other: Byte;

Description

Fields

Public Title: Byte;

Holds color for text representing titles.

Public Value: Byte;

Holds color for text representing values.

Public Text: Byte;

Holds color for normal text.

Public Error: Byte;

Holds color for error messages.

Public Other: Byte;

Holds color for other text that does not require highlighting.


Generated by PasDoc 0.16.0.