Property Color
Color
Gets or sets the color value to which all pixels in the output image will be set to.
[Range(0, 255)]
[Precision(0, 1)]
[TypeConverter(typeof(BgraScalarConverter))]
public Scalar Color { get; set; }
Gets or sets the color value to which all pixels in the output image will be set to.
[Range(0, 255)]
[Precision(0, 1)]
[TypeConverter(typeof(BgraScalarConverter))]
public Scalar Color { get; set; }