ColorScale class: Difference between revisions
Appearance
Started page |
(No difference)
|
Revision as of 00:27, 2 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | ColorScale class |
| Class ID | 41 |
| Scope | Basic Development Environment |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The ColorScale class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide ColorScale Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 632FC02 | HighColor | Color for values greater than last array element.
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property. |
R/W | X |
| 632FC00 | InterpColor | Interpolates between array colors.
This property is similar to the Interpolate Color item on the shortcut menu of a color scale. |
R/W | X |
| 632FC01 | LowColor | Color for values less than first array element.
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property. |
R/W | X |
| 632FC03 | MarkerVals() | Array of (value, color) cluster pairs which specify the marker locations and colors. | R/W | X |
| 632FC04 | RampVis | Shows color ramp.
This property is similar to the Visible Items»Ramp item on the shortcut menu of a color scale. |
R/W | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |