ConvertColorSpaceColorTwistMatrix Structure

CVB.Net Documentation
Matrix defining color transformations.

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

public struct ColorTwistMatrix

The ConvertColorSpaceColorTwistMatrix type exposes the following members.

Properties

  NameDescription
Public propertyA11
Coefficient 1,1 of the matrix.
Public propertyA12
Coefficient 1,2 of the matrix.
Public propertyA13
Coefficient 1,3 of the matrix.
Public propertyA14
Coefficient 1,4 of the matrix.
Public propertyA21
Coefficient 2,1 of the matrix.
Public propertyA22
Coefficient 2,2 of the matrix.
Public propertyA23
Coefficient 2,3 of the matrix.
Public propertyA24
Coefficient 2,4 of the matrix.
Public propertyA31
Coefficient 3,1 of the matrix.
Public propertyA32
Coefficient 3,2 of the matrix.
Public propertyA33
Coefficient 3,3 of the matrix.
Public propertyA34
Coefficient 3,4 of the matrix.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference