Gradient.Point

Gradient points.

  1. struct Point
    struct Gradient(Value, Color)
  2. Point[] points;

Members

Variables

color
Color color;

Color at this point.

value
Value value;

Distance along the gradient.

Meta