Class CurveDrawInformation

Curve and a color to draw it in.

Constructors

Properties

_colorTint: Color
_isLocked: boolean

Accessors

  • get colorTint(): Color
  • The color of the curve.

    Returns Color

  • set colorTint(value): void
  • Parameters

    Returns void

  • get isLocked(): boolean
  • Determines if the curve is locked. Locked curves cannot be modified.

    Returns boolean

  • set isLocked(value): void
  • Parameters

    • value: boolean

    Returns void

Methods