Texture.Invert

Description

Name

class Tinman.Model.Texture.Invert

Derived from

Model.Texture

Inverts the given channels of the given model texture.

Fields / Required

source

Type

Model.Texture

Constraint

# != null

The source image from which to create a texture.

Fields / Optional

red

Type

bool

Default

false

Invert the red color channel?


green

Type

bool

Default

false

Invert the green color channel?


blue

Type

bool

Default

false

Invert the blue color channel?


alpha

Type

bool

Default

false

Invert the alpha channel?