unreal.LandscapeTexturePatchTextureChannel

class unreal.LandscapeTexturePatchTextureChannel

Bases: EnumBase

Color channel of the source texture

C++ Source:

  • Plugin: LandscapePatch

  • Module: LandscapePatch

  • File: LandscapeTexturePatch.h

ALPHA: LandscapeTexturePatchTextureChannel = Ellipsis

Texture’s alpha channel

Type:

4

BLUE: LandscapeTexturePatchTextureChannel = Ellipsis

Texture’s blue channel

Type:

3

GREEN: LandscapeTexturePatchTextureChannel = Ellipsis

Texture’s green channel

Type:

2

LUMINANCE: LandscapeTexturePatchTextureChannel = Ellipsis

Texture’s luminance

Type:

5

RED: LandscapeTexturePatchTextureChannel = Ellipsis

Texture’s red channel

Type:

1