|
Shrink Constructor (Color)
|
Initializes a new instance of the
Shrink class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Shrink(
Color colorToRemove
)
Public Sub New (
colorToRemove As Color
)
Request Example
View SourceParameters
- colorToRemove
- Type: System.DrawingColor
Color to remove from boundaries.
See Also