After Effects User Interface tools
Members
Number
# static brightnessLimits
The limits between the three themes
Properties:
Name | Type | Description |
---|---|---|
DARK |
Number
|
|
LIGHT |
Number
|
Methods
# static brightness() → {Number}
Gets the current Brightness appearance option.
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 useReducedContrast() → {Boolean}
Checks if the "use reduced contrast" appearance option is enabled.
Boolean