Navigation
API > API/Plugins > API/Plugins/LandscapePatch
Color channel of the source texture
| Name | ELandscapeTexturePatchTextureChannel |
| Type | enum |
| Header File | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatch.h |
| Include Path | #include "LandscapeTexturePatch.h" |
Syntax
enum ELandscapeTexturePatchTextureChannel
{
None,
Red,
Green,
Blue,
Alpha,
Luminance,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Red | Texture's red channel. |
| Green | Texture's green channel. |
| Blue | Texture's blue channel. |
| Alpha | Texture's alpha channel. |
| Luminance | Texture's luminance. |