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;
        }