Exemple #1
0
 public static SiliconStudio.Core.Mathematics.Color4 Convert(Color4 color)
 {
     var temp = new SiliconStudio.Core.Mathematics.Color4();
     unsafe
     {
         *((Color4*)&temp) = color;
     }
     return temp;
 }
Exemple #2
0
        public static SiliconStudio.Core.Mathematics.Color4 Convert(Color4 color)
        {
            var temp = new SiliconStudio.Core.Mathematics.Color4();

            unsafe
            {
                *((Color4 *)&temp) = color;
            }
            return(temp);
        }