ARCed.Core.QColorMatrix.QColorMatrix C# (CSharp) Method

QColorMatrix() public method

Constructor specifying matrix data
public QColorMatrix ( System.Drawing.Imaging.ColorMatrix colorMatrix ) : System
colorMatrix System.Drawing.Imaging.ColorMatrix Matrix data to initialize with
return System
        public QColorMatrix(ColorMatrix colorMatrix)
        {
            this.FromColorMatrix(colorMatrix);
        }

Same methods

QColorMatrix::QColorMatrix ( ) : System
QColorMatrix::QColorMatrix ( QColorMatrix matrixData ) : System
QColorMatrix::QColorMatrix ( float matrixData ) : System