Jump to content

ColorScale class: Difference between revisions

From LabVIEW Wiki
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


The ColorScale class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide ColorScale Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ColorScale Properties Table
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

Version Change(s)
LabVIEW 2018 More info to come.

See Also