Navigation
API > API/Plugins > API/Plugins/Composite
Channel bitmask controlling which channels the morphological operation reads and writes.
| Name | ECompositeDilationChannel |
| Type | enum |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Passes/CompositePassDilation.h |
| Include Path | #include "Passes/CompositePassDilation.h" |
Syntax
enum ECompositeDilationChannel
{
None = 0,
Red = 0x1,
Green = 0x2,
Blue = 0x4,
Alpha = 0x8,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Red | |
| Green | |
| Blue | |
| Alpha |