Click or drag to resize
PbLinearDataMappingGetValues Method (Single, Single, Single, Single, Single, Single)

Gets the current values v1,v2, the associated transparecny t1,t2, and the associated HLS colors c1, c2.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetValues(
	out float v1,
	float[] c1,
	out float t1,
	out float v2,
	float[] c2,
	out float t2
)

Parameters

v1
Type: SystemSingle
c1
Type: SystemSingle
t1
Type: SystemSingle
v2
Type: SystemSingle
c2
Type: SystemSingle
t2
Type: SystemSingle
Remarks

See Also