Jump to content

ColorRamp class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Sever Category from page
 
(One intermediate revision by the same user not shown)
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 ColorRamp Properties Table</span>
{{VIServerClassTables|20}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ColorRamp Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|633EC01
| [[ColorRamp class/ColorAreaSize property|ColorAreaSize]]
|Size of the color area in terms of width and height in pixels.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633EC03
| [[ColorRamp class/Height property|Height]]
|Height of the color area in pixels.
 
This property is an element of the Color Area Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633EC02
| [[ColorRamp class/Width property|Width]]
|Width of the color area in pixels.
 
This property is an element of the Color Area Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|633EC04
| [[ColorRamp class/DigDisp property|DigDisp]]
|Reference to the numeric text digital display.
 
You can use this reference with the Text properties.
 
This property is similar to the <b>Visible Items&#0187;Digital Display</b> item on the shortcut menu of a color ramp.
|R
|X
|- style="background-color:#FFFFCC;"
|633EC07
| [[ColorRamp class/RGBValue property|RGBValue]]
|Returns the current RGB value of a color ramp.
|R
|X
|- style="background-color:#FFFFCC;"
|633EC05
| [[ColorRamp class/Scale property|Scale]]
|Reference to the color scale.
 
You can use this reference with the ColorScale properties.
 
This property is similar to the <b>Scale</b> item on the shortcut menu of a color ramp.
|R
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 89: Line 24:
*[[VI Server]]
*[[VI Server]]


[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:44, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ColorRamp class
Class ID 20
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide ColorRamp Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ColorRamp Properties Table
Property ID Long Name (English) Description R/W RTE
633EC01Color Area SizeSize of the color area in terms of width and height in pixels.Read/WriteYes
633EC02Color Area Size:WidthWidth of the color area in pixels.Read/WriteYes
633EC03Color Area Size:HeightHeight of the color area in pixels.Read/WriteYes
633EC04Digital DisplayReference to the numeric text digital display.Read OnlyYes
633EC05ScaleReference to the color scale.Read OnlyYes
633EC06Scale InfoRead/WriteYes
633EC07RGB ValueReturns the current RGB value of a color ramp.Read OnlyYes

Methods

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

Events

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


History

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

See Also