this is used for setting the contrast on movies and other tiems where the contrast does not change much, but speed is essential.
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetContrast( double MinPercent, double MaxPercent ) |
Visual Basic (Declaration) |
---|
Public Sub SetContrast ( _ MinPercent As Double, _ MaxPercent As Double _ ) |
Visual C++ |
---|
public: virtual void SetContrast( double MinPercent, double MaxPercent ) sealed |
Parameters
- MinPercent
- Type: System..::.Double
[Missing <param name="MinPercent"/> documentation for "M:CoreDevices.Devices.Camera.SetContrast(System.Double,System.Double)"]
- MaxPercent
- Type: System..::.Double
[Missing <param name="MaxPercent"/> documentation for "M:CoreDevices.Devices.Camera.SetContrast(System.Double,System.Double)"]