ConvertColorSpaceToRGB Method

CVB.Net Documentation
Convert the input image to RGB.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image ToRGB(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Input image.

Return Value

Type: Image
New converted image.
Exceptions

ExceptionCondition
InvalidCastExceptionIf the input image has an unknown/inconvertible color model
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
See Also

Reference