ConvertColorSpaceTwistColors Method

CVB.Net Documentation
Apply the given matrix to the given img.

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

public static Image TwistColors(
	Image img,
	ConvertColorSpaceColorTwistMatrix matrix
)

Parameters

img
Type: Stemmer.CvbImage
Image to apply the matrix to
matrix
Type: Stemmer.Cvb.FoundationConvertColorSpaceColorTwistMatrix
Matrix defining the color twist transformation.

Return Value

Type: Image
Transformed image
See Also

Reference