Click or drag to resize
Accord.NET (logo)

TransformToPolarFillColor Property

Fill color to use for unprocessed areas.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Color FillColor { get; set; }
Request Example View Source

Property Value

Type: Color
Remarks

The property specifies fill color, which is used to fill unprocessed areas. In the case if CirlceDepth is greater than 0, then there will be some areas on the image's edge, which are not filled by the produced "circular" image, but are filled by the specified color.

Default value is set to White.

See Also