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

RotateBlue() public method

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

Same methods

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