TouchVG framework
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | 所有成员列表
GiColor结构体 参考

RGB颜色 更多...

#include <gicolor.h>

Public 成员函数

 GiColor ()
 
 GiColor (int _r, int _g, int _b, int _a=255)
 
 GiColor (const GiColor &c)
 
 GiColor (int rgb, bool alpha=false)
 
int getARGB () const
 
void setARGB (int value)
 
void set (int _r, int _g, int _b)
 
void set (int _r, int _g, int _b, int _a)
 
GiColor withAlpha (int alpha) const
 
bool isInvalid () const
 
bool equals (const GiColor &src) const
 
GiColoroperator= (const GiColor &src)
 
bool operator== (const GiColor &src) const
 
bool operator!= (const GiColor &src) const
 

静态 Public 成员函数

static GiColor White ()
 
static GiColor Black ()
 
static GiColor Blue ()
 
static GiColor Red ()
 
static GiColor Green ()
 
static GiColor Invalid ()
 

Public 属性

unsigned char r
 Red component, 0 to 255. 更多...
 
unsigned char g
 Green component, 0 to 255. 更多...
 
unsigned char b
 Blue component, 0 to 255. 更多...
 
unsigned char a
 Alpha component, 0 to 255. 0: transparent, 255: opaque. 更多...
 

详细描述

RGB颜色

参见
GiContext

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

通用矢量图形框架, 版权所有 (C) 张云贵 2004-2017,BSD 开源许可证