Microsoft.Xna.Framework.ColorExtensions.ToInteger C# (CSharp) Метод

ToInteger() публичный статический Метод

public static ToInteger ( this color ) : uint
color this
Результат uint
        public static uint ToInteger(this Color color)
        {
            //return color.PackedValue;
            return 0;
        }