| Icon | Member | Description |
|---|---|---|
| SetValue(TColor) |
Set every pixel of the image to the specific color
| |
| SetValue(TColor, Image<(Of <(Gray, Byte>)>)) |
Set every pixel of the image to the specific color, using a mask
| |
| SetValue(MCvScalar) |
Set the element of the Array to val | |
| SetValue(Double) |
Set the element of the Array to val | |
| SetValue(MCvScalar, CvArray<(Of <(Byte>)>)) |
Set the element of the Array to val, using the specific mask | |
| SetValue(Double, CvArray<(Of <(Byte>)>)) |
Set the element of the Array to val, using the specific mask |