ColorMode QML Type
Enums of dynamic color rules. More...
Import Statement: | import CSDataQuick.Components 1.0 |
Properties
- ColorMode : enumeration
Detailed Description
This class holds the enums of the dynamic color rules.
Property Documentation
ColorMode.Static | Show the object in its normal colors. |
ColorMode.Alarm | Show the object in alarm colors based on the severity of the associated process variable. The alarm colors are Green for NO_ALARM, Yellow for MINOR_ALARM, Red for MAJOR_ALARM, White for INVALID_ALARM, and Gray if the alarm has an unknown value (because of an error in the record, for example). |
ColorMode.Discrete | Same as ColorMode.Static |