wbmpreader.h
来自「这是法国Kaleido公司提供了一个手机mmi设计平台」· C头文件 代码 · 共 33 行
H
33 行
/***************************************************************************
WBMPReader.h - A WBMP decoder
---------
begin : Fri Dec 10 2005
copyright : (C) 2003-2005 by DigitalAirways
email : info@digitalairways.com
***************************************************************************/
/*
* Copyright (c) 2005 DigitalAirways, sarl. All Rights Reserved.
*
* This software is the confidential and proprietary information of
* DigitalAirways, sarl. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with DigitalAirways.
* A copy of this license is included in the licence.txt file included
* on this software package.
*
*
*/
#ifndef _WBMPREADER_H_
#define _WBMPREADER_H_
#include "EB_PFWGraphics.h"
void readWBMPImage(PFWGraphics* g , int x, int y,
bool transpBackground, unsigned char r0, unsigned char g0, unsigned char b0,
bool transpForeground, unsigned char r1, unsigned char g1, unsigned char b1, char *filename);
#endif // ndef _WBMPREADER_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?