JVCL Help:TJvCustomSegmentedLEDDisplay.SegmentUnlitColor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the color to use for unlit segments.


Pascal

 propertySegmentUnlitColor: TUnlitColor;


Description

SegmentUnlitColor specifies the color to use for unlit segments. Read SegmentUnlitColor to retrieve which color is used for segments that are not lit or set it to a new value.
SegmentUnlitColor can be set to any color value. In addition two extra color constants are added and the meaning of one predefined constant has changed:

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.
clNone $1FFFFFFF Unlit color is not used; unlit segments are not rendered.


See Also

TJvCustomSegmentedLEDDisplay.SegmentLitColor


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