macro.BlendFactor Enum

Module: _decorator Parent Module: cc

Enum for blend factor Refer to: http://www.andersriggelsen.dk/glblendfunc.php

Index

  • 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

All use

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1478
ZERO

Not all

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1484
SRC_ALPHA

Using the source alpha

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1490
SRC_COLOR

Using the source color

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1496
DST_ALPHA

Using the target alpha

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1502
DST_COLOR

Using the target color

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1508
ONE_MINUS_SRC_ALPHA

Minus the source alpha

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1514
ONE_MINUS_SRC_COLOR

Minus the source color

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1520
ONE_MINUS_DST_ALPHA

Minus the target alpha

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1526
ONE_MINUS_DST_COLOR

Minus the target color

meta description
Type Number
Defined in cocos2d/core/platform/CCMacro.js:1532

results matching ""

    No results matching ""