Namespace

DuAEUI

DuAEUI

After Effects User Interface tools

View Source DuAEF.jsxinc, line 21347

Members

Number

# static brightnessLimits

The limits between the three themes
Properties:
Name Type Description
DARK Number
LIGHT Number

View Source DuAEF.jsxinc, line 21378

Methods

# static bgColor() → {DuColor}

Gets the current bakckground color

View Source DuAEF.jsxinc, line 21454

DuColor

# static brightness() → {Number}

Gets the current Brightness appearance option.

View Source DuAEF.jsxinc, line 21410

A value in [0.0 ... 1.0]. In 24.4.0: - Darkest is `<= 0.16`. The corresponding backgound color is [.11328125, .11328125, .11328125, 1] - Dark is `> 0.16`. The corresponding backgound color is [.1953125, .1953125, .1953125, 1] - Light is `> 0.5`. The corresponding backgound color is [.96875, .96875, .96875, 1]
Number

# static isDark() → {Boolean}

Is the UI using the "Dark" theme?

View Source DuAEF.jsxinc, line 21437

Boolean

# static isDarkest() → {Boolean}

Is the UI using the "Darkest" theme?

View Source DuAEF.jsxinc, line 21429

Boolean

# static isLight() → {Boolean}

Is the UI using the "Light" theme?

View Source DuAEF.jsxinc, line 21446

Boolean

# static textColor() → {DuColor}

Gets the current foreground color

View Source DuAEF.jsxinc, line 21469

DuColor

# static useReducedContrast() → {Boolean}

Checks if the "use reduced contrast" appearance option is enabled.

View Source DuAEF.jsxinc, line 21387

Boolean