|
HistogramColor Property
|
Histogram's color.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax[DefaultValueAttribute(typeof(Color), "Black")]
public Color Color { get; set; }
<DefaultValueAttribute(GetType(Color), "Black")>
Public Property Color As Color
Get
Set
Request Example
View SourceProperty Value
Type:
Color
See Also