ARCed.Core.QColorMatrix.ShearBlue C# (CSharp) 메소드

ShearBlue() 공개 메소드

Shear the matrix in the blue color plane. The color is influenced by the other two planes.
public ShearBlue ( float red, float green ) : void
red float Red color plane
green float Green color plane
리턴 void
        public void ShearBlue(float red, float green)
        {
            this.ShearBlue(red, green, MatrixOrder.MatrixOrderPrepend);
        }

Same methods

QColorMatrix::ShearBlue ( float red, float green, MatrixOrder order ) : void