Gets the color at Y.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Color GetColorAtY(
	int y
)
Visual Basic (Declaration)
Public Function GetColorAtY ( _
	y As Integer _
) As Color
Visual C++
public:
Color GetColorAtY(
	int y
)

Parameters

y
Type: System..::.Int32
The y.

Return Value

[Missing <returns> documentation for "M:CoreDevices.DeviceControls.ColorSliderPanel.GetColorAtY(System.Int32)"]

See Also