Returns the RGBA transfer texture

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public float[] getTranferTex(
	int yAlphaSet
)
Visual Basic
Public Function getTranferTex ( _
	yAlphaSet As Integer _
) As Single()
Visual C++
public:
array<float>^ getTranferTex(
	int yAlphaSet
)

Parameters

yAlphaSet
Type: System..::..Int32
specifies the alpha set to be used to generat the tranfer texture

Return Value

Values for the transfer texture

See Also