Microsoft.Xna.Framework.ColorExtensions.ToInteger C# (CSharp) Méthode

ToInteger() public static méthode

public static ToInteger ( this color ) : uint
color this
Résultat uint
        public static uint ToInteger(this Color color)
        {
            //return color.PackedValue;
            return 0;
        }