Color Conversion Methods; Other Math Methods; Comp Attributes And Methods - Adobe AFTER EFFECTS 7.0 Manual

Table of Contents

Advertisement

easeOut(t, value1, value2)
Argument type: t is a Number, and value1 and value2 are Numbers or Arrays.
Similar to
, except that the tangent is 0 only on the value2 side and interpolation is linear on the value1 side.
e as e
easeOut(t, tMin, tMax, value1, value2)
Argument type: t, tMin, and tMax are Numbers, and value1 and value2 are Numbers or Arrays.
Similar to
, except that the tangent is 0 only on the tMax side and interpolation is linear on the tMin side.
e as e
See also
"Interpolation methods" on page 220
"To automatically ease speed" on page 231

Color Conversion methods

Return type: Array [4].
rgbToHsl(rgbaArray)
Argument type: rgbaArray is an Array [4].
Converts a color in RGBA space to HSLA space. The input is an Array of normalized red, green, blue, and alpha
channel values, all in the range of 0.0 to 1.0. The resulting value is an Array of hue, saturation, lightness, and alpha
channel values, also in the range of 0.0 to 1.0. Example:
Return type: Array [4].
hslToRgb(hslaArray)
Argument type: hslaArray is an Array [4].
Converts a color in HSLA space to RGBA space. This is the opposite of

Other Math methods

degreesToRadians(degrees)
Argument type: degrees is a Number.
Converts degrees to radians.
radiansToDegrees(radians)
Argument type: radians is a Number.
Converts radians to degrees.

Comp attributes and methods

Return type: Layer, Light, or Camera.
layer(index)
Argument type: index is a Number.
Retrieves the layer by number (order in the Timeline panel). Example:
Return type: Layer, Light, or Camera.
layer("name")
Argument type: name is a String.
Return type: Number or Array.
Return type: Number or Array.
Return type: Number.
Return type: Number.
rgbToHsl.ef fec t("Change C olor")("C olor To C hange")
.
rgb To Hsl
t hisC omp.layer(3)
ADOBE AFTER EFFECTS 7.0
576
User Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents