AtmoCalculations.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. /*
  2.  * AtmoCalculations.h: see calculations.h of the linux version... one to one copy
  3.  * calculations.h: calculations needed by the input devices
  4.  *
  5.  * See the README.txt file for copyright information and how to reach the author(s).
  6.  *
  7.  * $Id: e82580331b30215eea0a3e2da11431f73f0f602a $
  8.  */
  9. #ifndef _AtmoCalculations_h_
  10. #define _AtmoCalculations_h_
  11. #include "AtmoDefs.h"
  12. #include "AtmoConfig.h"
  13. tColorPacket CalcColorsAnalyzeHSV(CAtmoConfig *pAtmoConfig, tHSVColor *HSV_Img);
  14. tHSVColor RGB2HSV(tRGBColor color);
  15. tRGBColor HSV2RGB(tHSVColor color);
  16. #endif