Qyoto.Qt.QIsGray C# (CSharp) Method

QIsGray() public static method

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