JVCL Help:TUnlitColor

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents a color for unlit segments.

run\JvSegmentedLEDDisplay.pas


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.

run\JvSegmentedLEDDisplay.pas


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