Inherits from Node
Location aphid.g2d.GradientNode

Overview of Tasks

Attributes

  • Type
  • bool
  • color
  • color
  • Vector2
  • Writability
  • readwrite
  • readwrite
  • readwrite
  • readwrite

Constructors

GradientNode(startColor, endColor, [vector], [size])

new GradientNode(color startColor, color endColor, [Vector2 vector], [Size size])

Parameters

Non-null color startColor
Non-null color endColor
Optional Non-null Vector2 vector
Optional Non-null Size size

Attributes

compressedInterpolation

readwrite bool compressedInterpolation

endColor

Non-null readwrite color endColor

startColor

Non-null readwrite color startColor

vector

Non-null readwrite Vector2 vector