ARCed.Core.QColorMatrix.RotateBlue C# (CSharp) Méthode

RotateBlue() public méthode

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).
Résultat void
        public void RotateBlue(float phi)
        {
            this.RotateBlue(phi, MatrixOrder.MatrixOrderPrepend);
        }

Same methods

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