JVCL Help:TUnlitColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TUnlitColor type
[+] JvSegmentedLEDDisplay.pas Types
Search in JVCL Help
Search in all projectsSummary
Represents a color for unlit segments.
Pascal
run\JvSegmentedLEDDisplay.pas
TUnlitColor = typeTColor;
Description
The TUnlitColor type represents a color for unlit segments. It's compatible with TColor but two additional constants are registered for it:
Constant | Value | Meaning |
clDefaultBackground | $20100001 | Unlit color is calculated based on the current background color. |
clDefaultLitColor | $20100002 | Unlit color is calculated based on the difference between the lit color and background color. |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page