Qyoto.Qt.QIsGray C# (CSharp) 메소드

QIsGray() 공개 정적인 메소드

public static QIsGray ( uint rgb ) : bool
rgb uint
리턴 bool
        public static bool QIsGray(uint rgb)
        {
            return (bool) staticInterceptor.Invoke("qIsGray$", "qIsGray(unsigned int)", typeof(bool), typeof(uint), rgb);
        }