Jump to content

ColorScale class: Difference between revisions

From LabVIEW Wiki
Started page
 
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide ColorScale Properties Table</span>
{{VIServerClassTables|41}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ColorScale Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|632FC02
| [[ColorScale class/HighColor property|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
|- style="background-color:#FFFFCC;"
|632FC00
| [[ColorScale class/InterpColor property|InterpColor]]
|Interpolates between array colors.
 
This property is similar to the <b>Interpolate Color</b> item on the shortcut menu of a color scale.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632FC01
| [[ColorScale class/LowColor property|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
|- style="background-color:#FFFFCC;"
|632FC03
| [[ColorScale class/MarkerVals() property|MarkerVals()]]
|Array of (value, color) cluster pairs which specify the marker locations and colors.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632FC04
| [[ColorScale class/RampVis property|RampVis]]
|Shows color ramp.
 
This property is similar to the <b>Visible Items&#0187;Ramp</b> item on the shortcut menu of a color scale.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:56, 9 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 Long Name (English) Description R/W RTE
632FC00Interpolate ColorInterpolates between array colors.Read/WriteYes
632FC01Low ColorColor for values less than first array element.Read/WriteYes
632FC02High ColorColor for values greater than last array element.Read/WriteYes
632FC03Marker Values[]Array of (value, color) cluster pairs which specify the marker locations and colors.Read/WriteYes
632FC04Ramp VisibleShows color ramp.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: Scale Class.

Events

This class has no events or it inherits events from its parent: Scale Class.


History

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

See Also