Qyoto.Qt.QIsGray C# (CSharp) Méthode

QIsGray() public static méthode

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