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

RotateGreen() public method

Rotate the matrix around the green color axes. The color of the rotation axis is unchanged, the other two colors are rotated in color space.
public RotateGreen ( float phi ) : void
phi float Angle in degrees to rotate (-180.0f... 180.0f).
return void
        public void RotateGreen(float phi)
        {
            this.RotateGreen(phi, MatrixOrder.MatrixOrderPrepend);
        }

Same methods

QColorMatrix::RotateGreen ( float phi, MatrixOrder order ) : void