Click or drag to resize

ChannelBrightness Constructor

Initializes a new instance of the ChannelBrightness class

Namespace: RAYLASE.Marker.Device.IlluminationController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.38.0
Syntax
C#
public ChannelBrightness(
	int Channel,
	double Brightness
)

Parameters

Channel  Int32

[Missing <param name="Channel"/> documentation for "M:RAYLASE.Marker.Device.IlluminationController.ChannelBrightness.#ctor(System.Int32,System.Double)"]

Brightness  Double

[Missing <param name="Brightness"/> documentation for "M:RAYLASE.Marker.Device.IlluminationController.ChannelBrightness.#ctor(System.Int32,System.Double)"]

See Also