|
Oolite
|
import "OOCombinedEmissionMapGenerator.h"import "OOColor.h"import "OOPixMapChannelOperations.h"import "OOTextureScaling.h"import "OOTextureInternal.h"import "OOMaterialSpecifier.h"import "OOCollectionExtractors.h"
Include dependency graph for OOCombinedEmissionMapGenerator.m:Go to the source code of this file.
Classes | |
| category | OOCombinedEmissionMapGenerator(Private) |
Macros | |
| #define | DUMP_COMBINER 0 |
| #define | DUMP(pm, label) do {} while (0) |
Functions | |
| static OOColor * | ModulateColor (OOColor *a, OOColor *b) |
| static void | ScaleToMatch (OOPixMap *pmA, OOPixMap *pmB) |
| #define DUMP | ( | pm, | |
| label | |||
| ) | do {} while (0) |
| #define DUMP_COMBINER 0 |
Definition at line 38 of file OOCombinedEmissionMapGenerator.m.
Definition at line 445 of file OOCombinedEmissionMapGenerator.m.
References OORGBAComponents::a, OORGBAComponents::b, OOColor::colorWithRGBAComponents:, OORGBAComponents::g, nil, OORGBAComponents::r, and OOColor::rgbaComponents.
Here is the call graph for this function:Definition at line 463 of file OOCombinedEmissionMapGenerator.m.