Returns the color for a given Index in the histogram

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

Syntax

C#
public Color getColor4HistIndex(
	float yHistIndex
)
Visual Basic
Public Function getColor4HistIndex ( _
	yHistIndex As Single _
) As Color
Visual C++
public:
Color getColor4HistIndex(
	float yHistIndex
)

Parameters

yHistIndex
Type: System..::..Single
Index

Return Value

Color in the histogram

See Also