ColorMatrix5x4 Constructor(Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single)
In This Topic
Initializes a new instance of the
ColorMatrix5x4 struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public ColorMatrix5x4(
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- M11
- The value to assign at row 1 column 1 of the ColorMatrix5x4.
- M12
- The value to assign at row 1 column 2 of the ColorMatrix5x4.
- M13
- The value to assign at row 1 column 3 of the ColorMatrix5x4.
- M14
- The value to assign at row 1 column 4 of the ColorMatrix5x4.
- M21
- The value to assign at row 2 column 1 of the ColorMatrix5x4.
- M22
- The value to assign at row 2 column 2 of the ColorMatrix5x4.
- M23
- The value to assign at row 2 column 3 of the ColorMatrix5x4.
- M24
- The value to assign at row 2 column 4 of the ColorMatrix5x4.
- M31
- The value to assign at row 3 column 1 of the ColorMatrix5x4.
- M32
- The value to assign at row 3 column 2 of the ColorMatrix5x4.
- M33
- The value to assign at row 3 column 3 of the ColorMatrix5x4.
- M34
- The value to assign at row 3 column 4 of the ColorMatrix5x4.
- M41
- The value to assign at row 4 column 1 of the ColorMatrix5x4.
- M42
- The value to assign at row 4 column 2 of the ColorMatrix5x4.
- M43
- The value to assign at row 4 column 3 of the ColorMatrix5x4.
- M44
- The value to assign at row 4 column 4 of the ColorMatrix5x4.
- M51
- The value to assign at row 5 column 1 of the ColorMatrix5x4.
- M52
- The value to assign at row 5 column 2 of the ColorMatrix5x4.
- M53
- The value to assign at row 5 column 3 of the ColorMatrix5x4.
- M54
- The value to assign at row 5 column 4 of the ColorMatrix5x4.
See Also