Record TColorTheme
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
Title: Byte; |
|
Value: Byte; |
|
Text: Byte; |
|
Error: Byte; |
|
Other: Byte; |
Description
Fields
Title: Byte; |
|
Holds color for text representing titles. |
Value: Byte; |
|
Holds color for text representing values. |
Text: Byte; |
|
Holds color for normal text. |
Error: Byte; |
|
Holds color for error messages. |
Other: Byte; |
|
Holds color for other text that does not require highlighting. |
Generated by PasDoc 0.16.0.