📄 ppu_blend.c
字号:
/******************************************************************************
*
* The information contained herein is the exclusive property of
* Sunplus Technology Co. And shall not be distributed, reproduced,
* or disclosed in whole in part without prior written permission.
*
* (C) COPYRIGHT 2005 SUNPLUS TECHNOLOGY CO.
* ALL RIGHTS RESERVED
*
* The entire notice above must be reproduced on all authorized copies.
*
*****************************************************************************/
/******************************************************************************
* Filename: PPU_Blend.c
* Author: Robin.xjliu (eMail: xjliu@sunplus.com)
* Tel: 00885-028-87848688-5884
* Date: 2005-11-11
* Description: sprite control lib
* Reference:
* Version history:
*-----------------------------------------------------------------------------
* Version YYYY-MM-DD-INDEX Modified By Description
* 1.0.0 2005-11-11 xjliu Create
*
*****************************************************************************/
#include "Include/PPU_Blend.h"
/**
* texture blend
*/
/**
* PPU_BlendEffect - set texture blend effect
* @nText: which texture blend, like "TEXT1, TEXT2, TEXT3"
* @nBlendValue: blend level, 0 ~ 63
*/
/*void PPU_BlendEffect(U8 nText, U16 nBlendValue)
{
}*/
/**
* sprite blend
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -