Interface IColor
A color type
public interface IColor
Properties
Dimension
Get the dimension of the color type
int Dimension { get; }
Property Value
MCvScalar
The equivalent MCvScalar value
MCvScalar MCvScalar { get; set; }
A color type
public interface IColor
Get the dimension of the color type
int Dimension { get; }
The equivalent MCvScalar value
MCvScalar MCvScalar { get; set; }