Namespace

DuAEUI

DuAEUI

After Effects User Interface tools

View Source DuAEF.jsxinc, line 21389

Members

Number

# static brightnessLimits

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

View Source DuAEF.jsxinc, line 21420

Methods

# static bgColor() → {DuColor}

Gets the current bakckground color

View Source DuAEF.jsxinc, line 21496

DuColor

# static brightness() → {Number}

Gets the current Brightness appearance option.

View Source DuAEF.jsxinc, line 21452

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 21479

Boolean

# static isDarkest() → {Boolean}

Is the UI using the "Darkest" theme?

View Source DuAEF.jsxinc, line 21471

Boolean

# static isLight() → {Boolean}

Is the UI using the "Light" theme?

View Source DuAEF.jsxinc, line 21488

Boolean

# static textColor() → {DuColor}

Gets the current foreground color

View Source DuAEF.jsxinc, line 21511

DuColor

# static useReducedContrast() → {Boolean}

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

View Source DuAEF.jsxinc, line 21429

Boolean