[Missing <summary> documentation for "M:CWrapper.CMMCore.setSLMPixelsTo(System.String,System.Byte,System.Byte,System.Byte)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setSLMPixelsTo(
	string deviceLabel,
	byte red,
	byte green,
	byte blue
)
Visual Basic (Declaration)
Public Sub setSLMPixelsTo ( _
	deviceLabel As String, _
	red As Byte, _
	green As Byte, _
	blue As Byte _
)
Visual C++
public:
void setSLMPixelsTo(
	String^ deviceLabel, 
	unsigned char red, 
	unsigned char green, 
	unsigned char blue
)

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.CMMCore.setSLMPixelsTo(System.String,System.Byte,System.Byte,System.Byte)"]

red
Type: System..::.Byte

[Missing <param name="red"/> documentation for "M:CWrapper.CMMCore.setSLMPixelsTo(System.String,System.Byte,System.Byte,System.Byte)"]

green
Type: System..::.Byte

[Missing <param name="green"/> documentation for "M:CWrapper.CMMCore.setSLMPixelsTo(System.String,System.Byte,System.Byte,System.Byte)"]

blue
Type: System..::.Byte

[Missing <param name="blue"/> documentation for "M:CWrapper.CMMCore.setSLMPixelsTo(System.String,System.Byte,System.Byte,System.Byte)"]

See Also