atmocalculations.h
来自「VLC Player Source Code」· C头文件 代码 · 共 23 行
H
23 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?