PbDataMappingGetHLSColor Method (Single, Single) |
Gets the HLS color and the transparency associated to a value.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public float[] GetHLSColor(
float value,
out float transparency
)
Public Function GetHLSColor (
value As Single,
<OutAttribute> ByRef transparency As Single
) As Single()
public:
array<float>^ GetHLSColor(
float value,
[OutAttribute] float% transparency
)
member GetHLSColor :
value : float32 *
transparency : float32 byref -> float32[]
Parameters
- value
- Type: SystemSingle
- transparency
- Type: SystemSingle
Return Value
Type:
SingleRemarks If the returned value is NULL, this means that there is no color associated to this value.
See Also