OneSetChannel Constructor (String, Color, Double, Double)

Initializes a new instance of the OneSetChannel class

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	sName As String,
	cColor As Color,
	dEmissionWavelength As Double,
	dExcitationWavelength As Double
)

Parameters

sName
Type: SystemString
cColor
Type: System.DrawingColor
dEmissionWavelength
Type: SystemDouble
dExcitationWavelength
Type: SystemDouble
See Also