CCBlendMode Class Reference
| Inherits from | NSObject |
| Declared in | CCRenderer.h |
Class Methods
addMode
Additive blending. (Similar to PhotoShop’s linear dodge mode)
+ (CCBlendMode *)addModeDeclared In
CCRenderer.hblendModeWithOptions:
Return a cached blending mode with the given options.
+ (CCBlendMode *)blendModeWithOptions:(NSDictionary *)optionsDeclared In
CCRenderer.hdisabledMode
Disabled blending mode. Use this with fully opaque surfaces for extra performance.
+ (CCBlendMode *)disabledModeDeclared In
CCRenderer.h