The CvColor type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Compares two CvPoint objects. The result specifies whether the members of each CvPoint object are equal.
| |
(CvColor to CvScalar) |
Creates a CvScalar with the members of the specified CvColor.
| |
(CvScalar to CvColor) |
Creates a CvColor with the members of the specified CvScalar.
| |
Inequality |
Compares two CvPoint objects. The result specifies whether the members of each CvPoint object are unequal.
|
See Also