📄 atmocalculations.h
字号:
/* * 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$ */#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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -