/// <summary> /// 读取某个通道亮度 /// </summary> /// <param name="Channel"></param> /// <returns></returns> public int ReadIntensity(LightChn lightType) { int Value = 0; opt.ReadIntensity(SwitchChannel(lightType), ref Value); return(Value); }