macro.BlendFactor
枚举
混合因子 可参考: http://www.andersriggelsen.dk/glblendfunc.php
索引
ONE
ZERO
SRC_ALPHA
SRC_COLOR
DST_ALPHA
DST_COLOR
ONE_MINUS_SRC_ALPHA
ONE_MINUS_SRC_COLOR
ONE_MINUS_DST_ALPHA
ONE_MINUS_DST_COLOR
Details
ONE
全部使用
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1510 |
ZERO
全部不用
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1516 |
SRC_ALPHA
使用源颜色的透明度
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1522 |
SRC_COLOR
使用源颜色
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1528 |
DST_ALPHA
使用目标颜色的透明度
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1534 |
DST_COLOR
使用目标颜色
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1540 |
ONE_MINUS_SRC_ALPHA
减去源颜色的透明度
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1546 |
ONE_MINUS_SRC_COLOR
减去源颜色
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1552 |
ONE_MINUS_DST_ALPHA
减去目标颜色的透明度
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1558 |
ONE_MINUS_DST_COLOR
减去目标颜色
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/platform/CCMacro.js:1564 |