YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib::Drawing::PixelFiller< _tPixel > 模板结构体 参考

像素填充器。 更多...

#include <yblit.h>

Public 成员函数

 PixelFiller (_tPixel c)
 构造:使用指定颜色。
 
void operator() (_tPixel *dst)
 像素填充函数。
 

Public 属性

_tPixel Color
 

详细描述

template<typename _tPixel>
struct YSLib::Drawing::PixelFiller< _tPixel >

像素填充器。

自从
build 182

在文件 yblit.h61 行定义.

构造及析构函数说明

template<typename _tPixel >
YSLib::Drawing::PixelFiller< _tPixel >::PixelFiller ( _tPixel  c)
inlineexplicit

构造:使用指定颜色。

在文件 yblit.h69 行定义.

成员函数说明

template<typename _tPixel >
void YSLib::Drawing::PixelFiller< _tPixel >::operator() ( _tPixel *  dst)
inline

像素填充函数。

在文件 yblit.h77 行定义.

类成员变量说明

template<typename _tPixel >
_tPixel YSLib::Drawing::PixelFiller< _tPixel >::Color

在文件 yblit.h63 行定义.


该结构体的文档由以下文件生成: