'Declaration Public Shared Function CreateColorGradientBinarizationCommand( _
ByVal startColorStart color of linear gradient.As Vintasoft.Imaging.ImageColors.Rgb24Color, _
ByVal stopColorStop color of linear gradient.As Vintasoft.Imaging.ImageColors.Rgb24Color, _
ByVal radiusRadius of color gradient in RGB color space.As Double _
) As AdvancedReplaceColorCommand
public static AdvancedReplaceColorCommand CreateColorGradientBinarizationCommand(
Vintasoft.Imaging.ImageColors.Rgb24Color startColor,
Vintasoft.Imaging.ImageColors.Rgb24Color stopColor,
double radius
)
public: static AdvancedReplaceColorCommand* CreateColorGradientBinarizationCommand(
Vintasoft.Imaging.ImageColors.Rgb24Color* startColor,
Vintasoft.Imaging.ImageColors.Rgb24Color* stopColor,
double radius
)
public:
static AdvancedReplaceColorCommand^ CreateColorGradientBinarizationCommand(
Vintasoft.Imaging.ImageColors.Rgb24Color^ startColor,
Vintasoft.Imaging.ImageColors.Rgb24Color^ stopColor,
double radius
)
Parameters
- startColor
- Start color of linear gradient.
- stopColor
- Stop color of linear gradient.
- radius
- Radius of color gradient in RGB color space.
Return Value
A new instance of AdvancedReplaceColorCommand.