ZigbeeApp/Shared/Phone/ZigBee/Common/OwnCodes.cs
old mode 100644 new mode 100755
File was renamed from ZigbeeApp20200825/Shared/Phone/ZigBee/Common/OwnCodes.cs
@@ -1,22 +1,21 @@
using System;
using System.Linq;
using ZXing;
namespace ZigBee.Droid.Common
{
    public class OwnCodes
    {
        /// <summary>
        /// 将RGB转换为颜色
        /// </summary>
        /// <param name="R"></param>
        /// <param name="G"></param>
        /// <param name="B"></param>
        /// <returns></returns>
        private uint GetColorByRGB(byte R, byte G, byte B)
        {
            return (uint)(0xFF000000 + R * 256 * 256 + G * 256 + B);
        /// <summary>
        /// 将RGB转换为颜色。。。
        /// </summary>
        /// <param name="R"></param>
        /// <param name="G"></param>
        /// <param name="B"></param>
        /// <returns></returns>
        private uint GetColorByRGB(byte R, byte G, byte B)
        {
            return (uint)(0xFF000000 + R * 256 * 256 + G * 256 + B);
        }
        #region set/get