eDriven Framework API
ColorMixer Constructor (red, green, blue)
NamespaceseDriven.Gui.UtilColorMixerColorMixer(Single, Single, Single)
eDriven Framework API
Initializes a new instance of the ColorMixer class
Declaration Syntax
C#Visual BasicVisual C++
public ColorMixer(
	float red,
	float green,
	float blue
)
Public Sub New ( _
	red As Single, _
	green As Single, _
	blue As Single _
)
public:
ColorMixer(
	float red, 
	float green, 
	float blue
)
Parameters
red (Single)
green (Single)
blue (Single)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)