-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Node for constructing a Gradient #2875
Copy link
Copy link
Labels
Good First IssueGood for newcomersGood for newcomersPaper CutA small UX annoyance we should strive to improveA small UX annoyance we should strive to improve
Metadata
Metadata
Assignees
Labels
Good First IssueGood for newcomersGood for newcomersPaper CutA small UX annoyance we should strive to improveA small UX annoyance we should strive to improve
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
StatusShow more project fields
Completed This Milestone
The fill node accepts the
Gradienttype. This contains the start position, the end position, the linear/radial, and the stops.The «gradient value» node creates the
GradientStopstype which only contains the colours and the fractions.This makes it impossible to actually use the fill node from the graph, preventing the easy sharing of gradients between layers.
There should be a new node to construct a
Gradientusing the stops and the other data.