AtmoCalculations.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- /*
- * AtmoCalculations.h: see calculations.h of the linux version... one to one copy
- * calculations.h: calculations needed by the input devices
- *
- * See the README.txt file for copyright information and how to reach the author(s).
- *
- * $Id: e82580331b30215eea0a3e2da11431f73f0f602a $
- */
- #ifndef _AtmoCalculations_h_
- #define _AtmoCalculations_h_
- #include "AtmoDefs.h"
- #include "AtmoConfig.h"
- tColorPacket CalcColorsAnalyzeHSV(CAtmoConfig *pAtmoConfig, tHSVColor *HSV_Img);
- tHSVColor RGB2HSV(tRGBColor color);
- tRGBColor HSV2RGB(tHSVColor color);
- #endif