Lightens colors from given array.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static Color[] LightenColors( params Color[] colorsToLighten ) |
Visual Basic (Declaration) |
---|
Public Shared Function LightenColors ( _ ParamArray colorsToLighten As Color() _ ) As Color() |
Visual C++ |
---|
public: static array<Color>^ LightenColors( ... array<Color>^ colorsToLighten ) |
Parameters
- colorsToLighten
- Type: array<
System.Drawing..::.Color
>[]()[]
The colors to lighten.
Return Value
[Missing <returns> documentation for "M:CoreDevices.DeviceControls.DoubleSlider.LightenColors(System.Drawing.Color[])"]