Class Gradient

颜色渐变

Hierarchy

  • Gradient

Constructors

Properties

__class__: "Gradient"
alphaKeys: GradientAlphaKey[] = ...

在渐变中定义的所有alpha键。

注: 该值已对时间排序,否则赋值前请使用 sort((a, b) => a.time - b.time) 进行排序

colorKeys: GradientColorKey[] = ...

在渐变中定义的所有color键。

注: 该值已对时间排序,否则赋值前请使用 sort((a, b) => a.time - b.time) 进行排序

mode: GradientMode = GradientMode.Blend

渐变模式

Methods

Generated using TypeDoc